calendar: remove debug statement

pull/3157/head
Erik Andresen 2024-01-15 07:06:34 +01:00
parent 8b7ee2390d
commit ae25c46690
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ const calcDays = (month, monthMaxDayMap, dowNorm) => {
};
const drawCalendar = function(date) {
d1 = new Date();
g.setBgColor(bgColor);
g.clearRect(0, 0, maxX, maxY);
g.setBgColor(bgColorMonth);