Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhopperlowe committed Dec 17, 2024
1 parent b7f661e commit 439b8b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/admin/app/components/chat/ChatActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ function ToolsInfo({
}, [tools, agent]);

const handleToggleTool = (tool: string, checked: boolean) => {
console.log("toggle tool", tool, checked);
onChange(checked ? [...tools, tool] : tools.filter((t) => t !== tool));
};

Expand Down

0 comments on commit 439b8b4

Please sign in to comment.