Remove console.logs

This commit is contained in:
Lim Chee Aun 2025-02-27 18:29:46 +08:00
parent 618156bcac
commit 8efb92aae1

View file

@ -19,7 +19,6 @@ export default function ScheduledAtField({ scheduledAt, setScheduledAt }) {
.toISOString()
.slice(0, 16);
setMinStr(str);
console.log('MIN', min);
}
updateMinStr();
@ -29,7 +28,6 @@ export default function ScheduledAtField({ scheduledAt, setScheduledAt }) {
.toISOString()
.slice(0, 16);
setMaxStr(str);
console.log('MAX', max);
}
updateMaxStr();