From: Guido van Rossum Date: Wed, 5 Sep 2001 17:52:31 +0000 (+0000) Subject: Remove a debug print left in the code by Fred. X-Git-Tag: v2.2a3~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=198c1d8b5981e8e58a229827ac5c344fcd004b54;p=thirdparty%2FPython%2Fcpython.git Remove a debug print left in the code by Fred. --- diff --git a/Lib/test/test_largefile.py b/Lib/test/test_largefile.py index 11301076e307..54fd274bcad3 100644 --- a/Lib/test/test_largefile.py +++ b/Lib/test/test_largefile.py @@ -130,4 +130,3 @@ f.close() ## pass os.unlink(name) -print >>sys.stderr, name, "exists:", os.path.exists(name)