mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-28 01:43:05 +02:00
removed unnecessary debug logging
This commit is contained in:
parent
9bf70edd10
commit
e612b00410
1 changed files with 1 additions and 2 deletions
|
@ -20,9 +20,8 @@ export function say(textToSpeak) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (stderr) {
|
if (stderr) {
|
||||||
console.error(`Stderr: ${stderr}`);
|
console.error(`Error: ${stderr}`);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log(`Stdout: ${stdout}`);
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue