Chore: 주석 제거

This commit is contained in:
정현조 2024-10-08 07:11:22 +09:00
parent c6e45cad63
commit 22b588ba8f

View File

@ -166,7 +166,6 @@ export default function ImagePreSignedForm({
} }
}; };
// 전체 진행 상황 계산
const totalProgress = Math.round((uploadStatus.filter((status) => status !== null).length / files.length) * 100); const totalProgress = Math.round((uploadStatus.filter((status) => status !== null).length / files.length) * 100);
useEffect(() => { useEffect(() => {