Remove console.logs
This commit is contained in:
parent
618156bcac
commit
8efb92aae1
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue