diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-02-06 23:58:01 +0100 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-02-06 23:58:01 +0100 |
commit | 0161353d7d2d0f0fce1ecaa2f77471d787ee9bdd (patch) | |
tree | 97b9555ec60ad9311c02d3acb608103c5f9d60a3 /test | |
parent | 2b4ecde2c8e7d405758a3a80190c646940fe7e9a (diff) |
[test/test_YoutubeDL] Remove debug print call
Diffstat (limited to 'test')
-rw-r--r-- | test/test_YoutubeDL.py | 1 |
1 files changed, 0 insertions, 1 deletions
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'] |