瀏覽代碼

[kaltura] remove debugging line

Remita Amine 9 年之前
父節點
當前提交
14704aeff6
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      youtube_dl/extractor/kaltura.py

+ 0 - 1
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