Remove Console Logs

This commit is contained in:
thororen1234 2024-09-05 15:02:35 -04:00
parent 96aa8f3866
commit 0f9ef9949b

View file

@ -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");
}