Skip to content

Commit d0705fc

Browse files
chore/logger (#788)
2 parents 3352ee3 + e14dc10 commit d0705fc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

backend/app/utils/agent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,6 @@ async def get_toolkits(tools: list[str], agent_name: str, api_task_id: str):
15121512
toolkit_tools = await toolkit_tools if asyncio.iscoroutine(toolkit_tools) else toolkit_tools
15131513
res.extend(toolkit_tools)
15141514
else:
1515-
logger.warning(f"Toolkit {item} not found, please check your configuration.")
15161515
traceroot_logger.warning(f"Toolkit {item} not found for agent {agent_name}")
15171516
return res
15181517

0 commit comments

Comments
 (0)