summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-02-06 23:58:01 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-02-06 23:58:01 +0100
commit0161353d7d2d0f0fce1ecaa2f77471d787ee9bdd (patch)
tree97b9555ec60ad9311c02d3acb608103c5f9d60a3
parent2b4ecde2c8e7d405758a3a80190c646940fe7e9a (diff)
downloadyoutube-dl-0161353d7d2d0f0fce1ecaa2f77471d787ee9bdd.tar.gz
youtube-dl-0161353d7d2d0f0fce1ecaa2f77471d787ee9bdd.tar.xz
youtube-dl-0161353d7d2d0f0fce1ecaa2f77471d787ee9bdd.zip
[test/test_YoutubeDL] Remove debug print call
-rw-r--r--test/test_YoutubeDL.py1
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']