From 0161353d7d2d0f0fce1ecaa2f77471d787ee9bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?= Date: Fri, 6 Feb 2015 23:58:01 +0100 Subject: [PATCH] [test/test_YoutubeDL] Remove debug print call --- test/test_YoutubeDL.py | 1 - 1 file changed, 1 deletion(-) 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']