gh-113325: Remove a debugging print accidentally left in test_symtable (GH-113368)

This commit is contained in:
Serhiy Storchaka 2023-12-21 20:12:07 +02:00 committed by GitHub
parent df1eec3dae
commit 5f7a80fd02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -337,7 +337,6 @@ class CommandLineTest(unittest.TestCase):
symtable.main(['-'])
self.assertEqual(stdout.getvalue(), out)
lines = out.splitlines()
print(out)
self.assertIn("symbol table for module from file '<stdin>':", lines)