안쓰는 코드 제거

This commit is contained in:
hyojun.choi 2024-12-26 18:27:29 +09:00
parent 89102719a9
commit 6c5968e8b2

View File

@ -116,15 +116,6 @@ export function useCanvasSetting() {
addRoofMaterials() addRoofMaterials()
}, []) }, [])
useEffect(() => {
if (!selectedRoofMaterial || !isObjectNotEmpty(selectedRoofMaterial)) {
return
}
const { id } = selectedRoofMaterial
if (id !== undefined) console.log(getModuleTypeItemList(id))
}, [selectedRoofMaterial])
//지붕재 초기세팅 //지붕재 초기세팅
const addRoofMaterials = async () => { const addRoofMaterials = async () => {
if (roofMaterials.length !== 0) { if (roofMaterials.length !== 0) {