mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
remove console.log
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user