remove useless log
This commit is contained in:
parent
bb3d4a4be0
commit
fde6a9cc83
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ function getDatesInMonth(month) {
|
||||||
|
|
||||||
for (let day = 1; day <= daysInMonth; day++) {
|
for (let day = 1; day <= daysInMonth; day++) {
|
||||||
const currentDay = dayjs(new Date(year, month, day));
|
const currentDay = dayjs(new Date(year, month, day));
|
||||||
console.log(currentDay.format("DD-MM-YYYY"));
|
|
||||||
dates[parseInt(currentDay.format("DD"))] = [];
|
dates[parseInt(currentDay.format("DD"))] = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue