[test/test_YoutubeDL] Remove debug print call

This commit is contained in:
Jaime Marquínez Ferrándiz 2015-02-06 23:58:01 +01:00
parent 2b4ecde2c8
commit 0161353d7d
1 changed files with 0 additions and 1 deletions

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']