Less logging

This commit is contained in:
croneter 2018-11-05 11:07:57 +01:00
parent 8ea787cc49
commit a4bd3e469f

View file

@ -559,7 +559,6 @@ class DownloadGen(object):
'sort': 'id', # Entries are sorted by plex_id 'sort': 'id', # Entries are sorted by plex_id
'excludeAllLeaves': 1 # PMS wont attach a first summary child '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) self.xml = DU().downloadUrl(self._url, parameters=self._args)
try: try:
self.xml.attrib self.xml.attrib