Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d41102d

Browse files
committed
Remove debugging print.
1 parent fb0ffa1 commit d41102d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_wave.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def test_wave_write_context_manager_calls_close(self):
7575
with self.assertRaises(wave.Error):
7676
with wave.open(TESTFN, 'wb') as f:
7777
pass
78-
print('in test:', f._file)
7978
with self.assertRaises(wave.Error):
8079
with open(TESTFN, 'wb') as testfile:
8180
with wave.open(testfile):

0 commit comments

Comments
 (0)