You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00: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