diff options
author | Brett Cannon <bcannon@gmail.com> | 2007-12-25 06:44:59 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2007-12-25 06:44:59 (GMT) |
commit | a6e515b90dcb84cd460c051ff2ba9d047dbe3257 (patch) | |
tree | ab8c93e60e3e1b57eea89c4012255c3d8317b13c /Lib/test/test_descr.py | |
parent | 4e438bcc562b784651ef3ff7cfd2c9b557dd3260 (diff) | |
download | cpython-a6e515b90dcb84cd460c051ff2ba9d047dbe3257.zip cpython-a6e515b90dcb84cd460c051ff2ba9d047dbe3257.tar.gz cpython-a6e515b90dcb84cd460c051ff2ba9d047dbe3257.tar.bz2 |
Remove a straggling debugging print line.
Diffstat (limited to 'Lib/test/test_descr.py')
-rw-r--r-- | Lib/test/test_descr.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ def properties_plus(): f.foo = -10 assert f.foo == 0 del f.foo - print "*** HIT" def supers(): |