Commit 3c8d12d6 authored by Victor Stinner's avatar Victor Stinner

Issue #10801: Remove a debug print() from test_zipfile

parent 46ab96a0
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment