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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=198c1d8b5981e8e58a229827ac5c344fcd004b54;p=python 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 11301076e3..54fd274bca 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)