From 453ff57927690b3832d8316c933c5ba93192dde1 Mon Sep 17 00:00:00 2001 From: Petr Kadlec Date: Thu, 16 Jan 2025 13:44:02 +0100 Subject: [PATCH] fixup! Signed-off-by: Petr Kadlec --- src/modules/tools/manage/UserToolModal.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/tools/manage/UserToolModal.tsx b/src/modules/tools/manage/UserToolModal.tsx index ee9d746..a95fd53 100644 --- a/src/modules/tools/manage/UserToolModal.tsx +++ b/src/modules/tools/manage/UserToolModal.tsx @@ -454,8 +454,6 @@ UserToolModal.View = function ViewUserToolModal({ } & ModalProps) { const id = useId(); - console.log({ tool }); - const type: ToolTypeKey = tool.open_api_schema ? 'api' : 'function'; return (