From: Jaime Marquínez Ferrándiz Date: Fri, 6 Feb 2015 22:58:01 +0000 (+0100) Subject: [test/test_YoutubeDL] Remove debug print call X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=0161353d7d2d0f0fce1ecaa2f77471d787ee9bdd [test/test_YoutubeDL] Remove debug print call --- diff --git a/test/test_YoutubeDL.py b/test/test_YoutubeDL.py index 47ab102a9..b1cd6a69f 100644 --- a/test/test_YoutubeDL.py +++ b/test/test_YoutubeDL.py @@ -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']