Remove logging
This commit is contained in:
parent
476e88dbcc
commit
4332462075
1 changed files with 0 additions and 3 deletions
|
@ -182,9 +182,6 @@ class Playlist_Item(object):
|
||||||
if key in ('id', 'plex_id', 'xml'):
|
if key in ('id', 'plex_id', 'xml'):
|
||||||
continue
|
continue
|
||||||
if isinstance(getattr(self, key), str):
|
if isinstance(getattr(self, key), str):
|
||||||
LOG.debug('key: %s, type: %s', key, type(key))
|
|
||||||
LOG.debug('answ: %s, type: %s', answ, type(answ))
|
|
||||||
LOG.debug('content: %s, type: %s', getattr(self, key), type(getattr(self, key)))
|
|
||||||
answ += '\'%s\': \'%s\', ' % (key,
|
answ += '\'%s\': \'%s\', ' % (key,
|
||||||
try_decode(getattr(self, key)))
|
try_decode(getattr(self, key)))
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue