From 5f7a80fd02158d9c655eff4202498f5cab9b2ca4 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Thu, 21 Dec 2023 20:12:07 +0200 Subject: gh-113325: Remove a debugging print accidentally left in test_symtable (GH-113368) --- Lib/test/test_symtable.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_symtable.py b/Lib/test/test_symtable.py index 987e9e3..92b78a8 100644 --- a/Lib/test/test_symtable.py +++ b/Lib/test/test_symtable.py @@ -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 '':", lines) -- cgit v0.12