Remove log statement in datepicker

This commit is contained in:
Andrew Kingston 2021-10-21 13:52:30 +01:00
parent 906f171ef2
commit 979801be4e
1 changed files with 0 additions and 2 deletions

View File

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