diff --git a/channels/discoveryplus.py b/channels/discoveryplus.py index a3fb3925..1684ad65 100644 --- a/channels/discoveryplus.py +++ b/channels/discoveryplus.py @@ -113,7 +113,6 @@ def peliculas(item): for key in pdict: if key['type'] == 'show' and 'Free' in str(key.get('relationships',{}).get('contentPackages',{}).get('data',[])): title = key['attributes']['name'] - logger.debug(jsontools.dump(key)) plot = key['attributes'].get('description','') url = '{}/programmi/{}'.format(host, key['attributes']['alternateId']) seasons = key['attributes']['seasonNumbers']