fix: removing console log

This commit is contained in:
Chubby Granny Chaser
2025-04-09 07:59:34 +01:00
parent 1835adf8b4
commit fbce53d61a

View File

@@ -45,8 +45,6 @@ export class SevenZip {
args.push("-o" + outputPath);
}
console.log(this.binaryPath, args);
const child = cp.execFile(this.binaryPath, args, {
cwd,
});