diff --git a/src/components/SingleDatePicker.vue b/src/components/SingleDatePicker.vue index 171ed09..8f63c6f 100644 --- a/src/components/SingleDatePicker.vue +++ b/src/components/SingleDatePicker.vue @@ -86,7 +86,6 @@ } function notAvailable(date: Date) { - console.log(`currentMonth: ${currentMonth.value}, date: ${date.toString()}`) return currentMonth.value !== date.getMonth() //TODO: available date ranges }