[kaltura] remove debugging line

master
Remita Amine 8 years ago
parent 3c2c3af059
commit 14704aeff6

@ -262,7 +262,6 @@ class KalturaIE(InfoExtractor):
subtitles = {}
if captions:
for caption in captions.get('objects', []):
print(caption)
# Continue if caption is not ready
if f.get('status') != 2:
continue

Loading…
Cancel
Save