Kaydet (Commit) 08611b5e authored tarafından Michael Foord's avatar Michael Foord

Remove accidental print statement from last commit.

üst a715255a
...@@ -820,7 +820,6 @@ class TestCase(object): ...@@ -820,7 +820,6 @@ class TestCase(object):
if unexpected: if unexpected:
errors.append('Unexpected, but present:\n %s' % errors.append('Unexpected, but present:\n %s' %
safe_repr(unexpected)) safe_repr(unexpected))
print 'errors', errors
if errors: if errors:
standardMsg = '\n'.join(errors) standardMsg = '\n'.join(errors)
self.fail(self._formatMessage(msg, standardMsg)) self.fail(self._formatMessage(msg, standardMsg))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment