From f3a5ce6d8e2cae42b4dbfa4f9278ccbc6c7b1b96 Mon Sep 17 00:00:00 2001 From: Ariel Frischer Date: Fri, 14 Feb 2025 13:50:43 -0800 Subject: [PATCH] chore(ciayn_agent.py): remove debug logging for extracted tool call to clean up logs and reduce verbosity --- ra_aid/agents/ciayn_agent.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ra_aid/agents/ciayn_agent.py b/ra_aid/agents/ciayn_agent.py index ca5a8db..a167b25 100644 --- a/ra_aid/agents/ciayn_agent.py +++ b/ra_aid/agents/ciayn_agent.py @@ -229,7 +229,6 @@ class CiaynAgent: raise ToolExecutionError("Failed to extract tool call") ma = matches[0][0].strip() mb = matches[0][1].strip().replace("\n", " ") - logger.debug(f"Extracted tool call: {ma}({mb})") return f"{ma}({mb})" def _trim_chat_history(