kopia lustrzana https://github.com/cheeaun/phanpy
Remove console.logs
rodzic
618156bcac
commit
8efb92aae1
|
@ -19,7 +19,6 @@ export default function ScheduledAtField({ scheduledAt, setScheduledAt }) {
|
||||||
.toISOString()
|
.toISOString()
|
||||||
.slice(0, 16);
|
.slice(0, 16);
|
||||||
setMinStr(str);
|
setMinStr(str);
|
||||||
console.log('MIN', min);
|
|
||||||
}
|
}
|
||||||
updateMinStr();
|
updateMinStr();
|
||||||
|
|
||||||
|
@ -29,7 +28,6 @@ export default function ScheduledAtField({ scheduledAt, setScheduledAt }) {
|
||||||
.toISOString()
|
.toISOString()
|
||||||
.slice(0, 16);
|
.slice(0, 16);
|
||||||
setMaxStr(str);
|
setMaxStr(str);
|
||||||
console.log('MAX', max);
|
|
||||||
}
|
}
|
||||||
updateMaxStr();
|
updateMaxStr();
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue