]> granicus.if.org Git - python/commitdiff
Remove a debug print left in the code by Fred.
authorGuido van Rossum <guido@python.org>
Wed, 5 Sep 2001 17:52:31 +0000 (17:52 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 5 Sep 2001 17:52:31 +0000 (17:52 +0000)
Lib/test/test_largefile.py

index 11301076e307e0a523c3915b6c5b59b51cca5c9b..54fd274bcad397a343f01b0914d5d85d4996b171 100644 (file)
@@ -130,4 +130,3 @@ f.close()
 ##      pass
 
 os.unlink(name)
-print >>sys.stderr, name, "exists:", os.path.exists(name)