From db5d243fb10041fd2db5022504cbf65241308359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=99=8D=EC=B0=BD=EA=B8=B0?= Date: Mon, 30 Sep 2024 14:05:41 +0900 Subject: [PATCH] =?UTF-8?q?Refactor:=20=ED=95=84=EC=9A=94=EC=97=86?= =?UTF-8?q?=EB=8A=94=20console=20=EC=B6=9C=EB=A0=A5=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/WorkspaceDropdownMenu/index.tsx | 1 - 1 file changed, 1 deletion(-) 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); };