Remove a straggling debugging print line.
diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py
index 1d54c4d..c6a4246 100644
--- a/Lib/test/test_descr.py
+++ b/Lib/test/test_descr.py
@@ -2196,7 +2196,6 @@
     f.foo = -10
     assert f.foo == 0
     del f.foo
-    print "*** HIT"
 
 
 def supers():