]> granicus.if.org Git - python/commitdiff
Remove accidental print statement from last commit.
authorMichael Foord <fuzzyman@voidspace.org.uk>
Sun, 7 Mar 2010 23:16:20 +0000 (23:16 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Sun, 7 Mar 2010 23:16:20 +0000 (23:16 +0000)
Lib/unittest/case.py

index f5dc87baf4cad7442aaf6e4deec8cbb7af780414..ea8fefa8332e313d25c5d35164c1a34a88ddf114 100644 (file)
@@ -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))