mirror of https://github.com/python/cpython
Removed debugging print statement
This commit is contained in:
parent
edaf1c931c
commit
6592f88fc0
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue