Less logging
This commit is contained in:
parent
551c06ac7c
commit
59a64d227d
1 changed files with 0 additions and 2 deletions
|
@ -65,8 +65,6 @@ class Playlist(object):
|
|||
self.kodi_hash = None
|
||||
|
||||
def __repr__(self):
|
||||
for attr in self.__dict__:
|
||||
LOG.debug('attr %s: %s', attr, type(attr))
|
||||
return ("{{"
|
||||
"'plex_id': {self.plex_id}, "
|
||||
"'plex_name': '{self.plex_name}', "
|
||||
|
|
Loading…
Reference in a new issue