diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mortevielle/sound.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mortevielle/sound.cpp b/engines/mortevielle/sound.cpp index 8f96c5bcec..66f421e31f 100644 --- a/engines/mortevielle/sound.cpp +++ b/engines/mortevielle/sound.cpp @@ -793,7 +793,6 @@ void SoundManager::startSpeech(int rep, int ht, int typ) { else { voiceIndex %= voices.size(); _ttsMan->setVoice(voices[voiceIndex]); - debug("voice set: %d", voices[voiceIndex]); } // If the selected voice is a different gender, than we want, just try to // set the pitch so it may sound a little bit closer to the gender we want |