Commit 184ec79b authored by Serhiy Storchaka's avatar Serhiy Storchaka

Remove commented out debugging code (remnants of issue #18996).

parent 1f609e9b
......@@ -876,8 +876,6 @@ class Test_TestCase(unittest.TestCase, TestEquality, TestHashing):
with self.assertRaises(self.failureException) as cm:
self.assertEqual(s1, s2)
c = 'xxxx[85 chars]xxxxxxxxxxx'
#print()
#print(str(cm.exception))
self.assertEqual(str(cm.exception), "'%sa%s' != '%sb%s'" % (c, p, c, p))
p = 'y' * 100
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment