mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Removed debugging print statement
This commit is contained in:
parent
edaf1c931c
commit
6592f88fc0
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ def test(name, input, output):
|
||||||
value = f(input)
|
value = f(input)
|
||||||
except:
|
except:
|
||||||
value = sys.exc_type
|
value = sys.exc_type
|
||||||
print sys.exc_value
|
|
||||||
if value != output:
|
if value != output:
|
||||||
print f, `input`, `output`, `value`
|
print f, `input`, `output`, `value`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue