1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Remove log statement in datepicker

This commit is contained in:
Andrew Kingston 2021-10-21 13:52:30 +01:00
parent 906f171ef2
commit 979801be4e

View file

@ -86,8 +86,6 @@
// millisecond.
return new Date(Math.floor(time / 1000) * 1000)
}
$: console.log(value)
</script>
<Flatpickr