Skip to content

Commit f14c120

Browse files
committed
Remove some debug messages
1 parent 2105ebe commit f14c120

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ChatGPT_Bear/assistant.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ def move_mouth(self):
204204
print("Starting mouth movement thread")
205205
while True:
206206
if self.do_mouth_movement:
207-
print("Moving mouth")
208207
self._move_mouth_motor(dir_open=True)
209208
self._move_mouth_motor(dir_open=False)
210209

@@ -254,7 +253,6 @@ def main():
254253
print("Got response from ChatGPT. Beginning speech synthesis.")
255254
bear.move_arms(hide=False)
256255
bear.speak(chat_response)
257-
print("Done speaking.")
258256
else:
259257
print("Partial Phrase...")
260258
transcription[-1] = text

0 commit comments

Comments
 (0)