diff --git a/src/gentoo_build_publisher/fs.py b/src/gentoo_build_publisher/fs.py index ce9d04f..2dd5446 100644 --- a/src/gentoo_build_publisher/fs.py +++ b/src/gentoo_build_publisher/fs.py @@ -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)