]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove debugging print.
authorMark Dickinson <dickinsm@gmail.com>
Sat, 3 Aug 2013 16:14:50 +0000 (17:14 +0100)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 3 Aug 2013 16:14:50 +0000 (17:14 +0100)
Lib/test/test_wave.py

index c505fb897de06916fa34188f70cd8cc612a76c27..b70f917ec644439a7e1c38412a01e1c78fee20d8 100644 (file)
@@ -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):