Removed debugging print statement

This commit is contained in:
Guido van Rossum 1996-10-08 14:10:51 +00:00
parent edaf1c931c
commit 6592f88fc0
1 changed files with 0 additions and 1 deletions

View File

@ -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`