fix: remove console.log from getCalendarDates utility function
This commit is contained in:
parent
e2586cd5bc
commit
6b45f010eb
|
@ -1,5 +1,4 @@
|
|||
export default (currentDate: number, currentYear: number): Date[] => {
|
||||
console.log(currentDate, currentYear)
|
||||
const baselineDate = new Date(currentYear, currentDate)
|
||||
|
||||
const calendarStart = new Date(baselineDate.getFullYear(), baselineDate.getMonth(), 1)
|
||||
|
|
Loading…
Reference in New Issue
Block a user