mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Remove TTS debug print.
This commit is contained in:
@@ -159,7 +159,6 @@ void DisplayServerMacOSBase::tts_stop() {
|
||||
|
||||
DisplayServerMacOSBase::DisplayServerMacOSBase() {
|
||||
// Init TTS
|
||||
print_line("init tts");
|
||||
bool tts_enabled = GLOBAL_GET("audio/general/text_to_speech");
|
||||
if (tts_enabled) {
|
||||
initialize_tts();
|
||||
|
||||
Reference in New Issue
Block a user