Skip to content

Commit

Permalink
remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
enku committed Jun 5, 2024
1 parent 9242506 commit 7279182
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gentoo_build_publisher/fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def extract(infile: Path, outdir: Path) -> None:
with tarfile.open(infile, mode="r") as tar_file:
tar_file.extractall(outdir)

# logger.info("Extracted build: %s", build)
logger.info("Extracted %s to %s", infile, outdir)


Expand Down

0 comments on commit 7279182

Please sign in to comment.