Browse Source

[test/test_YoutubeDL] Remove debug print call

Jaime Marquínez Ferrándiz 10 năm trước cách đây
mục cha
commit
0161353d7d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      test/test_YoutubeDL.py

+ 0 - 1
test/test_YoutubeDL.py

@@ -377,7 +377,6 @@ class TestFormatSelection(unittest.TestCase):
 
 
         class SimplePP(PostProcessor):
         class SimplePP(PostProcessor):
             def run(self, info):
             def run(self, info):
-                print(audiofile)
                 with open(audiofile, 'wt') as f:
                 with open(audiofile, 'wt') as f:
                     f.write('EXAMPLE')
                     f.write('EXAMPLE')
                 info['filepath']
                 info['filepath']