Remove logging

This commit is contained in:
croneter 2018-03-07 07:48:14 +01:00
parent 476e88dbcc
commit 4332462075

View file

@ -182,9 +182,6 @@ class Playlist_Item(object):
if key in ('id', 'plex_id', 'xml'):
continue
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,
try_decode(getattr(self, key)))
else: