From a2923e35e8c6596cab446a2772df288b9e5a774b Mon Sep 17 00:00:00 2001 From: timothycarambat <rambat1010@gmail.com> Date: Fri, 5 Apr 2024 11:54:38 -0700 Subject: [PATCH] remove console --- .../ChatSettings/WorkspaceLLMSelection/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/index.jsx b/frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/index.jsx index 07e355962..16eefa05f 100644 --- a/frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/index.jsx +++ b/frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/index.jsx @@ -32,7 +32,6 @@ export default function WorkspaceLLMSelection({ ); function updateLLMChoice(selection) { - console.log({ selection }); setSearchQuery(""); setSelectedLLM(selection); setSearchMenuOpen(false); -- GitLab