1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Remove log statement in datepicker

This commit is contained in:
Andrew Kingston 2021-10-21 13:52:30 +01:00
parent 2103fff1d2
commit d40d37b75a

View file

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