mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
remove debug print
This commit is contained in:
parent
2345ff8fee
commit
a94172d9cd
1 changed files with 0 additions and 2 deletions
|
|
@ -34,8 +34,6 @@ export async function startAutoDarkModeService() {
|
|||
if (fromTime == toTime) return;
|
||||
const currentDateTime = GLib.DateTime.new_now_local();
|
||||
const currentTime = [currentDateTime.get_hour(), currentDateTime.get_minute()];
|
||||
// console.log(currentTime, fromTime, toTime);
|
||||
darkMode.value = timeInRange(currentTime, fromTime, toTime);
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue