removed unnecessary debug logging

This commit is contained in:
uukelele-scratch 2025-02-12 18:33:57 +00:00 committed by GitHub
parent 9bf70edd10
commit e612b00410
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,9 +20,8 @@ export function say(textToSpeak) {
return;
}
if (stderr) {
console.error(`Stderr: ${stderr}`);
console.error(`Error: ${stderr}`);
return;
}
console.log(`Stdout: ${stdout}`);
});
}