fix: remove console

This commit is contained in:
Ramesh Mane
2026-03-25 13:56:59 +00:00
parent 6955b412b8
commit 2cf192dba3

View File

@@ -219,7 +219,6 @@ const cellClickHandler = () => {
}
onBeforeUnmount(() => {
console.log('on before unmounted', tempDate.value?.isValid(), !localState.value?.isSame(tempDate.value))
if (tempDate.value && tempDate.value.isValid() && !localState.value?.isSame(tempDate.value)) {
saveChanges(tempDate.value)
}