fix: remove console.log from notAvailable function in SingleDatePicker
This commit is contained in:
parent
cdfd90a467
commit
e2586cd5bc
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user