Revert "Revert "Less logging""

This reverts commit fcb580a62a.
This commit is contained in:
croneter 2018-11-05 11:17:21 +01:00
parent fcb580a62a
commit 16b59d7cbe

View file

@ -559,7 +559,6 @@ class DownloadGen(object):
'sort': 'id', # Entries are sorted by plex_id
'excludeAllLeaves': 1 # PMS wont attach a first summary child
})
LOG.debug('DownloadGen url: %s, args: %s', self._url, self._args)
self.xml = DU().downloadUrl(self._url, parameters=self._args)
try:
self.xml.attrib