Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Dec 28, 2024
1 parent ff88625 commit 4a81317
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/docker_unpack/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ def zstopen(
cctx=zstandard.ZstdCompressor(write_checksum=True, threads=-1),
)
try:
print(f"calling taropen with {name=}, {mode=}, {zfobj=}")
tarobj = cls.taropen(name, mode, zfobj)
except (OSError, EOFError, zstandard.ZstdError) as exc:
zfobj.close()
Expand Down

0 comments on commit 4a81317

Please sign in to comment.