mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
fix: removing console log
This commit is contained in:
@@ -45,8 +45,6 @@ export class SevenZip {
|
||||
args.push("-o" + outputPath);
|
||||
}
|
||||
|
||||
console.log(this.binaryPath, args);
|
||||
|
||||
const child = cp.execFile(this.binaryPath, args, {
|
||||
cwd,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user