Skip to content

Commit 1084991

Browse files
committed
fix: remove prints from zipapp entrypoint
1 parent 332dcf8 commit 1084991

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

zipapp_main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
if should_extract:
3232
for file in zf.infolist():
3333
if file.filename.startswith('Cryptodome'):
34-
print('Extracting', file.filename)
3534
extracted = zf.extract(file.filename, vendored_packages_path)
3635
os.chmod(extracted, file.external_attr >> 16)
3736
sys.path.insert(0, vendored_packages_path)

0 commit comments

Comments
 (0)