chore(filter): remove debug log
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2023-11-18 16:44:51 +01:00
parent 602d15985b
commit fa269f155a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ const to = ref('')
watch(
() => props.modelValue,
newValue => {
console.log('got new values via model', {...newValue})
from.value = newValue.dateFrom
to.value = newValue.dateTo
// Only set the date back to flatpickr when it's an actual date.