From: Mark Dickinson Date: Sat, 3 Aug 2013 16:14:50 +0000 (+0100) Subject: Remove debugging print. X-Git-Tag: v3.4.0a1~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d41102dac858ca44220f3b609c5044ea35e2e0f3;p=thirdparty%2FPython%2Fcpython.git Remove debugging print. --- diff --git a/Lib/test/test_wave.py b/Lib/test/test_wave.py index c505fb897de0..b70f917ec644 100644 --- a/Lib/test/test_wave.py +++ b/Lib/test/test_wave.py @@ -75,7 +75,6 @@ class TestWave(unittest.TestCase): with self.assertRaises(wave.Error): with wave.open(TESTFN, 'wb') as f: pass - print('in test:', f._file) with self.assertRaises(wave.Error): with open(TESTFN, 'wb') as testfile: with wave.open(testfile):