remove console.log

This commit is contained in:
Johann Hoffmann
2024-11-13 14:08:58 +01:00
parent a94d8d8fa5
commit 6613b0ea40
-1
View File
@@ -75,7 +75,6 @@ class CalendarDate {
days[i] = new Date(this.y, this.m, this.d)
days[i].setDate(this.d -(date.getDay()+7-this.weekStart)%7 + i)
}
console.log('wholeWorkWeek', days)
return days
}
get cdLastDayOfWeek() {