diff --git a/youtube_dl/extractor/kaltura.py b/youtube_dl/extractor/kaltura.py index 9930ea710..ddf1165ff 100644 --- a/youtube_dl/extractor/kaltura.py +++ b/youtube_dl/extractor/kaltura.py @@ -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