From 64a37d044ee259d6c9a973d709ed5c9e3f15702e Mon Sep 17 00:00:00 2001 From: Timofey Date: Fri, 21 Nov 2025 17:05:59 +0800 Subject: [PATCH] AIAgent: delete console --- .../plugins/ai-agent/src/components/tool-fallback/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/ChromiumBasedEditors/plugins/ai-agent/src/components/tool-fallback/index.tsx b/ChromiumBasedEditors/plugins/ai-agent/src/components/tool-fallback/index.tsx index a42a5aa3..2d8bf2e8 100644 --- a/ChromiumBasedEditors/plugins/ai-agent/src/components/tool-fallback/index.tsx +++ b/ChromiumBasedEditors/plugins/ai-agent/src/components/tool-fallback/index.tsx @@ -48,8 +48,6 @@ export const ToolFallback: ToolCallMessagePartComponent = ({ const isLoading = result === undefined; - console.log(result); - const isWebSearch = name === "web_search"; const isWebCrawling = name === "web_crawling";