From 16b59d7cbe71760bbde96213e48c6ada2eb782b3 Mon Sep 17 00:00:00 2001 From: croneter Date: Mon, 5 Nov 2018 11:17:21 +0100 Subject: [PATCH] Revert "Revert "Less logging"" This reverts commit fcb580a62a4bd5652555569145102d9b28c18434. --- resources/lib/plex_functions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lib/plex_functions.py b/resources/lib/plex_functions.py index 812475f4..c622ac9e 100644 --- a/resources/lib/plex_functions.py +++ b/resources/lib/plex_functions.py @@ -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