Browse Source

[test/test_YoutubeDL] Remove debug print call

totalwebcasting
Jaime Marquínez Ferrándiz 10 years ago
parent
commit
0161353d7d
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      test/test_YoutubeDL.py

+ 0
- 1
test/test_YoutubeDL.py View File

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


Loading…
Cancel
Save