console.log 삭제

This commit is contained in:
dongyoungKo
2025-05-14 16:11:58 +09:00
parent 89fcfc4f3b
commit 8252717175
3 changed files with 0 additions and 6 deletions

View File

@@ -194,8 +194,6 @@ export default function RollingUnit({
: "Horizontal",
})
);
console.log("#rollingDataRef.current", rollingDataRef.current);
}
}, [nowMenu, rollingDataRef]);