Change test target (Verified with node.js)
[youtube-dl] / youtube_dl / extractor / youtube.py
index b57693ee65283846ceec25e1e873148e044cf2b9..45b593a124ab7fe784c62e4a95a382d7078c00ef 100644 (file)
@@ -857,7 +857,6 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
             m = methods[func_name]
 
             def resfunc(args):
-                print('Entering function %s(%r)' % (func_name, args))
                 registers = ['(this)'] + list(args) + [None] * m.local_count
                 stack = []
                 coder = io.BytesIO(m.code)