From 14704aeff6eeee4357e3a26f83432ff908db64fc Mon Sep 17 00:00:00 2001 From: Remita Amine Date: Thu, 4 Aug 2016 14:54:34 +0100 Subject: [PATCH] [kaltura] remove debugging line --- youtube_dl/extractor/kaltura.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2