Skip to content

Commit 5f7a80f

Browse files
gh-113325: Remove a debugging print accidentally left in test_symtable (GH-113368)
1 parent df1eec3 commit 5f7a80f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_symtable.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ def test_stdin(self):
337337
symtable.main(['-'])
338338
self.assertEqual(stdout.getvalue(), out)
339339
lines = out.splitlines()
340-
print(out)
341340
self.assertIn("symbol table for module from file '<stdin>':", lines)
342341

343342

0 commit comments

Comments
 (0)