mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-23 11:37:08 -04:00
Remove debug logs
This commit is contained in:
parent
4d8118356a
commit
c16edbc984
1 changed files with 0 additions and 4 deletions
|
@ -287,16 +287,12 @@ class TrackMetadata:
|
|||
|
||||
@property
|
||||
def title(self) -> Optional[str]:
|
||||
logger.debug("accessign title")
|
||||
if not hasattr(self, "_title"):
|
||||
logger.debug("no title")
|
||||
return None
|
||||
|
||||
if self.explicit:
|
||||
logger.debug("explicit title")
|
||||
return f"{self._title} (Explicit)"
|
||||
|
||||
logger.debug("non explicit title")
|
||||
return self._title
|
||||
|
||||
@title.setter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue