Skip to content

Commit c49bb5d

Browse files
committed
remove debug print
1 parent 6110990 commit c49bb5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/private/zipapp/zipper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ def _write_entry(zf, entry, compress_type, seen, platform_pathsep):
168168
else:
169169
st = os.stat(content_path)
170170
zi = zipfile.ZipInfo(zip_path)
171-
print("store:", zip_path)
172171
zi.date_time = (1980, 1, 1, 0, 0, 0)
173172
zi.create_system = 3 # Unix
174173
zi.compress_type = compress_type

0 commit comments

Comments
 (0)