]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-113325: Remove a debugging print accidentally left in test_symtable (GH-113368)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 21 Dec 2023 18:12:07 +0000 (20:12 +0200)
committerGitHub <noreply@github.com>
Thu, 21 Dec 2023 18:12:07 +0000 (20:12 +0200)
Lib/test/test_symtable.py

index 987e9e32afc3255e4932338cd43c15a7a8d83720..92b78a8086a83da74520302cdd559212bae92061 100644 (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)