Explorar el Código

[kaltura] remove debugging line

Remita Amine hace 9 años
padre
commit
14704aeff6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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