mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Remove logs
This commit is contained in:
parent
155cf3f341
commit
4578159f8c
@ -128,13 +128,11 @@
|
|||||||
{
|
{
|
||||||
timeout = ScheduleTime.millisecondsBefore(start);
|
timeout = ScheduleTime.millisecondsBefore(start);
|
||||||
}
|
}
|
||||||
console.log(`timeout=${timeout}, darkMode=${darkMode}`);
|
|
||||||
if (timeout !== 0)
|
if (timeout !== 0)
|
||||||
{
|
{
|
||||||
setTimeout(() => checkTime(), timeout);
|
setTimeout(() => checkTime(), timeout);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// console.log(`Checked time: ${now.hour}:${now.minute}, result=${darkMode}`);
|
|
||||||
}
|
}
|
||||||
checkTime();
|
checkTime();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user