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

This commit is contained in:
Serhiy Storchaka 2013-12-10 13:53:56 +02:00
parent 1f609e9b02
commit 184ec79bd3
1 changed files with 0 additions and 2 deletions

View File

@ -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