summaryrefslogtreecommitdiffstats
path: root/Lib/unittest
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/unittest')
-rw-r--r--Lib/unittest/case.py1
1 files changed, 0 insertions, 1 deletions
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))