From f14c120d9865dc9257b3af0632fff0a09ceca3dd Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Fri, 31 Mar 2023 17:34:40 -0700 Subject: [PATCH] Remove some debug messages --- ChatGPT_Bear/assistant.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ChatGPT_Bear/assistant.py b/ChatGPT_Bear/assistant.py index f8f619f2b..68eea1235 100644 --- a/ChatGPT_Bear/assistant.py +++ b/ChatGPT_Bear/assistant.py @@ -204,7 +204,6 @@ class Bear: print("Starting mouth movement thread") while True: if self.do_mouth_movement: - print("Moving mouth") self._move_mouth_motor(dir_open=True) self._move_mouth_motor(dir_open=False) @@ -254,7 +253,6 @@ def main(): print("Got response from ChatGPT. Beginning speech synthesis.") bear.move_arms(hide=False) bear.speak(chat_response) - print("Done speaking.") else: print("Partial Phrase...") transcription[-1] = text