remove errant print statement
This commit is contained in:
@@ -138,7 +138,6 @@ class TTSService(AIService):
|
|||||||
text = frame.text
|
text = frame.text
|
||||||
else:
|
else:
|
||||||
self.current_sentence += frame.text
|
self.current_sentence += frame.text
|
||||||
print(f"current sentence: {self.current_sentence}")
|
|
||||||
if self.current_sentence.endswith((".", "?", "!")):
|
if self.current_sentence.endswith((".", "?", "!")):
|
||||||
text = self.current_sentence
|
text = self.current_sentence
|
||||||
self.current_sentence = ""
|
self.current_sentence = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user