From ef85220910206f2602989104b8ba3210d0f0e259 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Thu, 14 Dec 2023 14:44:36 +0700 Subject: [PATCH] fix: remove console --- web/containers/DropdownListSidebar/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/containers/DropdownListSidebar/index.tsx b/web/containers/DropdownListSidebar/index.tsx index 2fe507fc23..1d2a6a93a6 100644 --- a/web/containers/DropdownListSidebar/index.tsx +++ b/web/containers/DropdownListSidebar/index.tsx @@ -55,7 +55,6 @@ export default function DropdownListSidebar() { ) } }) - console.log(selected) // eslint-disable-next-line react-hooks/exhaustive-deps }, [activeThread, activeModel, stateModel.loading])