mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-26 01:45:25 +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;
|
||||
}
|
||||
if (stderr) {
|
||||
console.error(`Stderr: ${stderr}`);
|
||||
console.error(`Error: ${stderr}`);
|
||||
return;
|
||||
}
|
||||
console.log(`Stdout: ${stdout}`);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue