diff --git a/frontend/src/components/WorkspaceDropdownMenu/index.tsx b/frontend/src/components/WorkspaceDropdownMenu/index.tsx index f6c836e..c77eaa5 100644 --- a/frontend/src/components/WorkspaceDropdownMenu/index.tsx +++ b/frontend/src/components/WorkspaceDropdownMenu/index.tsx @@ -45,7 +45,6 @@ export default function WorkspaceDropdownMenu({ }; const handleFileCount = (fileCount: number) => { - console.log(fileCount); setFileCount(fileCount); };