Skip to content

Commit 05f67a1

Browse files
committed
remove extra logg
Signed-off-by: rakdutta <rakhibiswas@yahoo.com>
1 parent 3be603f commit 05f67a1

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
@@ -1878,7 +1878,6 @@ async def create_tool_from_a2a_agent(
18781878
ToolNameConflictError: If a tool with the same name already exists.
18791879
"""
18801880
# Check if tool already exists for this agent
1881-
logger.info(f"testing Creating tool for A2A agent: {vars(agent)}")
18821881
tool_name = f"a2a_{agent.slug}"
18831882
existing_query = select(DbTool).where(DbTool.original_name == tool_name)
18841883
existing_tool = db.execute(existing_query).scalar_one_or_none()

0 commit comments

Comments
 (0)