commit | a6e515b90dcb84cd460c051ff2ba9d047dbe3257 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue Dec 25 06:44:59 2007 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue Dec 25 06:44:59 2007 +0000 |
tree | ab8c93e60e3e1b57eea89c4012255c3d8317b13c | |
parent | 4e438bcc562b784651ef3ff7cfd2c9b557dd3260 [diff] |
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():