Skip to content

Commit ed46a36

Browse files
committed
remove leftover debugging console.log
1 parent 558dce4 commit ed46a36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

features/logtimes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ function addDateToAllDays(ltSvg, ltDays) {
157157
}
158158
day.setAttribute("data-iidate", year.toString()+'-'+month.toString().padStart(2, '0')+'-'+date.toString().padStart(2, '0'));
159159
const dayOfWeek = new Date(year, month - 1, date).getDay();
160-
iConsole.log("dayOfWeek:", dayOfWeek, "year:", year, "month:", month, "date:", date, "jsDate:", new Date(year, month - 1, date));
161160
day.setAttribute("data-iiweekday", dayOfWeek == 0 ? 7 : dayOfWeek);
162161
date++;
163162
}

0 commit comments

Comments
 (0)