diff --git a/src/gptbot/classes/bot.py b/src/gptbot/classes/bot.py index a6cc6c4..fcab089 100644 --- a/src/gptbot/classes/bot.py +++ b/src/gptbot/classes/bot.py @@ -376,7 +376,6 @@ class GPTBot: except Exception as e: self.logger.log(f"Error calling tool {tool}: {e}", "error") - traceback.print_exc() return f"Error: Something went wrong calling tool {tool}" async def process_command(self, room: MatrixRoom, event: RoomMessageText):