From: Victor Stinner Date: Sun, 22 May 2011 20:12:27 +0000 (+0200) Subject: Issue #10801: Remove a debug print() from test_zipfile X-Git-Tag: v3.1.4rc1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c8d12d6b870bd907096da04d1bdb4d917639309;p=thirdparty%2FPython%2Fcpython.git Issue #10801: Remove a debug print() from test_zipfile --- diff --git a/Lib/test/test_zipfile.py b/Lib/test/test_zipfile.py index 825fba1c199b..a36b010bd882 100644 --- a/Lib/test/test_zipfile.py +++ b/Lib/test/test_zipfile.py @@ -403,7 +403,6 @@ class TestsWithSourceFile(unittest.TestCase): mydir = os.path.dirname(myfile) or os.curdir fname = os.path.join(mydir, 'zip_cp437_header.zip') - print(fname) zipfp = zipfile.ZipFile(fname) try: zipfp.extractall()