From a5d4c881e115084ce7c7f561f6b89184d8d93840 Mon Sep 17 00:00:00 2001 From: marcelveldt Date: Thu, 21 Jan 2016 11:10:48 +0100 Subject: [PATCH] remove redundant debug logging --- resources/lib/playutils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/lib/playutils.py b/resources/lib/playutils.py index 443792de..10575a71 100644 --- a/resources/lib/playutils.py +++ b/resources/lib/playutils.py @@ -34,8 +34,6 @@ class PlayUtils(): def getPlayUrl(self): item = self.item - print "playutilks" - print item playurl = None if item.get('Type') in ["Recording","TvChannel"] and item.get('MediaSources') and item['MediaSources'][0]['Protocol'] == "Http":