주석처리완

This commit is contained in:
leeheejin
2025-11-28 11:52:23 +09:00
parent 8dcffa8927
commit 652617fe37
10 changed files with 65 additions and 65 deletions

View File

@@ -176,7 +176,7 @@ const ResizableDialogContent = React.forwardRef<
height: Math.max(minHeight, Math.min(maxHeight, parsed.height)),
userResized: true,
};
console.log("💾 사용자가 리사이징한 크기 복원:", savedSize);
// console.log("💾 사용자가 리사이징한 크기 복원:", savedSize);
}
}
} catch (error) {