Refactor: 필요없는 console 출력 제거

This commit is contained in:
홍창기 2024-09-30 14:05:41 +09:00
parent c0e4d879fa
commit db5d243fb1

View File

@ -45,7 +45,6 @@ export default function WorkspaceDropdownMenu({
};
const handleFileCount = (fileCount: number) => {
console.log(fileCount);
setFileCount(fileCount);
};