mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
Remove Console Logs
This commit is contained in:
parent
96aa8f3866
commit
0f9ef9949b
1 changed files with 0 additions and 2 deletions
|
@ -81,8 +81,6 @@ async function build() {
|
|||
if (IS_DEV) args.push("--dev");
|
||||
|
||||
const res = await execFile(command, args, opts);
|
||||
console.log(res);
|
||||
console.log(`\n\n\n\n\n${res.stderr}`);
|
||||
|
||||
return !res.stderr.includes("Build failed");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue