Skip to content

Commit caa3a72

Browse files
committed
remove extra logg
Signed-off-by: rakdutta <[email protected]>
1 parent d4f8089 commit caa3a72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mcpgateway/services/tool_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1954,7 +1954,6 @@ async def create_tool_from_a2a_agent(
19541954
ToolNameConflictError: If a tool with the same name already exists.
19551955
"""
19561956
# Check if tool already exists for this agent
1957-
logger.info(f"testing Creating tool for A2A agent: {vars(agent)}")
19581957
tool_name = f"a2a_{agent.slug}"
19591958
existing_query = select(DbTool).where(DbTool.original_name == tool_name)
19601959
existing_tool = db.execute(existing_query).scalar_one_or_none()

0 commit comments

Comments
 (0)