Remove a straggling debugging print line.

This commit is contained in:
Brett Cannon 2007-12-25 06:44:59 +00:00
parent 4e438bcc56
commit a6e515b90d
1 changed files with 0 additions and 1 deletions

View File

@ -2196,7 +2196,6 @@ def foo(self, value):
f.foo = -10
assert f.foo == 0
del f.foo
print "*** HIT"
def supers():