diff options
Diffstat (limited to 'pico')
-rw-r--r-- | pico/tts/com_svox_picottsengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/tts/com_svox_picottsengine.cpp b/pico/tts/com_svox_picottsengine.cpp index d614cb4..7ac4ec7 100644 --- a/pico/tts/com_svox_picottsengine.cpp +++ b/pico/tts/com_svox_picottsengine.cpp @@ -1515,7 +1515,7 @@ tts_result TtsEngine::synthesizeText( const char * text, int8_t * buffer, size_t return TTS_FAILURE; } } - LOGE("No language in SSML, using current language (%s).", picoProp_currLang); + //LOGI("No language in SSML, using current language (%s).", picoProp_currLang); } delete parser; } else { |