From 08611b5e559188c20cfca70de0fa5975857994b0 Mon Sep 17 00:00:00 2001 From: Michael Foord <fuzzyman@voidspace.org.uk> Date: Sun, 7 Mar 2010 23:16:20 +0000 Subject: Remove accidental print statement from last commit. --- Lib/unittest/case.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/unittest/case.py b/Lib/unittest/case.py index f5dc87b..ea8fefa 100644 --- a/Lib/unittest/case.py +++ b/Lib/unittest/case.py @@ -820,7 +820,6 @@ class TestCase(object): if unexpected: errors.append('Unexpected, but present:\n %s' % safe_repr(unexpected)) - print 'errors', errors if errors: standardMsg = '\n'.join(errors) self.fail(self._formatMessage(msg, standardMsg)) -- cgit v0.12