Remove a debug print left in the code by Fred.

This commit is contained in:
Guido van Rossum 2001-09-05 17:52:31 +00:00
parent 7c82a3e0fc
commit 198c1d8b59
1 changed files with 0 additions and 1 deletions

View File

@ -130,4 +130,3 @@ f.close()
## pass
os.unlink(name)
print >>sys.stderr, name, "exists:", os.path.exists(name)