Removed debugging print statement
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 @@
 	value = f(input)
     except:
 	 value = sys.exc_type
-	 print sys.exc_value
     if value != output:
 	print f, `input`, `output`, `value`