Commit 6592f88f authored by Guido van Rossum's avatar Guido van Rossum

Removed debugging print statement

parent edaf1c93
......@@ -6,7 +6,6 @@ def test(name, input, output):
value = f(input)
except:
value = sys.exc_type
print sys.exc_value
if value != output:
print f, `input`, `output`, `value`
......
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