remove redundant debug logging

This commit is contained in:
marcelveldt 2016-01-21 11:10:48 +01:00
parent 8e544b4dad
commit a5d4c881e1

View file

@ -34,8 +34,6 @@ class PlayUtils():
def getPlayUrl(self): def getPlayUrl(self):
item = self.item item = self.item
print "playutilks"
print item
playurl = None playurl = None
if item.get('Type') in ["Recording","TvChannel"] and item.get('MediaSources') and item['MediaSources'][0]['Protocol'] == "Http": if item.get('Type') in ["Recording","TvChannel"] and item.get('MediaSources') and item['MediaSources'][0]['Protocol'] == "Http":