console 제거

This commit is contained in:
hyojun.choi 2025-05-27 17:48:56 +09:00
parent 17e88e5d3c
commit 3a37d637ed

View File

@ -203,7 +203,6 @@ export function useCanvasSetting(executeEffect = true) {
return
}
const selectedRoofMaterial = roofMaterials[0]
console.log('selectedRoofMaterial', selectedRoofMaterial)
if (addedRoofs.length === 0) {
const newAddedRoofs = []