mirror of https://github.com/python/cpython.git
Remove a debug print left in the code by Fred.
This commit is contained in:
parent
7c82a3e0fc
commit
198c1d8b59
|
@ -130,4 +130,3 @@ def expect(got_this, expect_this):
|
|||
## pass
|
||||
|
||||
os.unlink(name)
|
||||
print >>sys.stderr, name, "exists:", os.path.exists(name)
|
||||
|
|
Loading…
Reference in New Issue