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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6e515b90dcb84cd460c051ff2ba9d047dbe3257;p=thirdparty%2FPython%2Fcpython.git Remove a straggling debugging print line. --- diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index 1d54c4dba4d0..c6a424699072 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():