mirror of https://github.com/python/cpython.git
Remove a straggling debugging print line.
This commit is contained in:
parent
4e438bcc56
commit
a6e515b90d
|
@ -2196,7 +2196,6 @@ def foo(self, value):
|
|||
f.foo = -10
|
||||
assert f.foo == 0
|
||||
del f.foo
|
||||
print "*** HIT"
|
||||
|
||||
|
||||
def supers():
|
||||
|
|
Loading…
Reference in New Issue