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

This commit is contained in:
Victor Stinner 2011-05-22 22:12:27 +02:00
parent 46ab96a0c8
commit 3c8d12d6b8
1 changed files with 0 additions and 1 deletions

View File

@ -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()