From: Serhiy Storchaka Date: Tue, 10 Dec 2013 11:53:56 +0000 (+0200) Subject: Remove commented out debugging code (remnants of issue #18996). X-Git-Tag: v3.4.0b2~263 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=184ec79bd3d13ca4e07b8056b7de66c03c4c792f;p=thirdparty%2FPython%2Fcpython.git Remove commented out debugging code (remnants of issue #18996). --- diff --git a/Lib/unittest/test/test_case.py b/Lib/unittest/test/test_case.py index 658d23d132c9..363390af09c0 100644 --- a/Lib/unittest/test/test_case.py +++ b/Lib/unittest/test/test_case.py @@ -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