remove errant print statement

This commit is contained in:
Moishe Lettvin
2024-03-07 19:05:03 -05:00
parent d0076dd4ee
commit edd93bc4cb

View File

@@ -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 = ""