diff --git a/web/app/components/workflow/block-selector/all-tools.tsx b/web/app/components/workflow/block-selector/all-tools.tsx index 29c7238113..da7640439f 100644 --- a/web/app/components/workflow/block-selector/all-tools.tsx +++ b/web/app/components/workflow/block-selector/all-tools.tsx @@ -67,7 +67,6 @@ const AllTools = ({ }) }, [activeTab, buildInTools, customTools, workflowTools, searchText, language]) - console.log(activeTab, customTools, tools) const { queryPluginsWithDebounced: fetchPlugins, plugins: notInstalledPlugins = [],