diff --git a/src/main/services/7zip.ts b/src/main/services/7zip.ts index 20315b2f..9a9f85be 100644 --- a/src/main/services/7zip.ts +++ b/src/main/services/7zip.ts @@ -45,8 +45,6 @@ export class SevenZip { args.push("-o" + outputPath); } - console.log(this.binaryPath, args); - const child = cp.execFile(this.binaryPath, args, { cwd, });