diff --git a/src/dailyai/services/ai_services.py b/src/dailyai/services/ai_services.py index 28b50dcac..e738b6cdb 100644 --- a/src/dailyai/services/ai_services.py +++ b/src/dailyai/services/ai_services.py @@ -138,7 +138,6 @@ class TTSService(AIService): text = frame.text else: self.current_sentence += frame.text - print(f"current sentence: {self.current_sentence}") if self.current_sentence.endswith((".", "?", "!")): text = self.current_sentence self.current_sentence = ""