From 6592f88fc0598aa465f214de0dd4eb5c58229976 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 8 Oct 1996 14:10:51 +0000 Subject: Removed debugging print statement --- Lib/test/test_strop.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_strop.py b/Lib/test/test_strop.py index 5b2ddfb..6028b0d 100644 --- a/Lib/test/test_strop.py +++ b/Lib/test/test_strop.py @@ -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` -- cgit v0.12