diff --git a/web/containers/DropdownListSidebar/index.tsx b/web/containers/DropdownListSidebar/index.tsx index 2fe507fc2..1d2a6a93a 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])