From f96faaa880687d5095134e3499dfadb8d3cf86fc Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Sat, 21 Jan 2017 17:22:23 +0100 Subject: [PATCH] Revert "Add logging to find Plex Cloud info from plex.tv" This reverts commit 14c36160a46379ac5429079e37381b7143c8349f. --- resources/lib/PlexAPI.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/resources/lib/PlexAPI.py b/resources/lib/PlexAPI.py index f42c9177..57075144 100644 --- a/resources/lib/PlexAPI.py +++ b/resources/lib/PlexAPI.py @@ -581,12 +581,6 @@ class PlexAPI(): threadQueue = [] maxAgeSeconds = 2*60*60*24 - # Temporary increase logging to find Plex cloud info - log.debug('Listing all entries of plex.tv reply to hopefully find Plex' - ' Cloud info. TREAT WITH CARE AND DONT SHARE!') - for item in xml: - log.debug('Plex.tv entry name: %s, data: %s' - % (item.tag, item.attrib)) for Dir in xml.findall('Device'): if 'server' not in Dir.get('provides'): # No PMS - skip