[kaltura] remove debugging line

pull/5628/merge
Remita Amine 2016-08-04 14:54:34 +01:00
parent 3c2c3af059
commit 14704aeff6
1 changed files with 0 additions and 1 deletions

View File

@ -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