diff --git a/style/dark/dark-schedule.js b/style/dark/dark-schedule.js index f2f259bd0..658cdc79f 100644 --- a/style/dark/dark-schedule.js +++ b/style/dark/dark-schedule.js @@ -128,13 +128,11 @@ { timeout = ScheduleTime.millisecondsBefore(start); } - console.log(`timeout=${timeout}, darkMode=${darkMode}`); if (timeout !== 0) { setTimeout(() => checkTime(), timeout); } } - // console.log(`Checked time: ${now.hour}:${now.minute}, result=${darkMode}`); } checkTime();