Merge branch 'pr/#10268' of https://github.com/lkho/youtube-dl into lkho-pr/#10268
[youtube-dl] / youtube_dl / extractor / kaltura.py
index 9930ea710392fb966a59eea5817c73bb000657b4..ddf1165ffb021005119622d3f162cbce9c637b55 100644 (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