From: Brett Cannon Date: Tue, 25 Dec 2007 06:44:59 +0000 (+0000) Subject: Remove a straggling debugging print line. X-Git-Tag: v2.6a1~813 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6e515b90dcb84cd460c051ff2ba9d047dbe3257;p=python Remove a straggling debugging print line. --- diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index 1d54c4dba4..c6a4246990 100644 --- a/Lib/test/test_descr.py +++ b/Lib/test/test_descr.py @@ -2196,7 +2196,6 @@ def properties_plus(): f.foo = -10 assert f.foo == 0 del f.foo - print "*** HIT" def supers():