Commit 6d2913ae authored by Mark Dickinson's avatar Mark Dickinson

Remove debugging print.

parent b9f5cd27
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment