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
52f39e3a01
commit
9a5e53dac1
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ async function updateStuff() {
|
||||||
monitor.height = Math.ceil(monitor.realHeight / monitor.scale);
|
monitor.height = Math.ceil(monitor.realHeight / monitor.scale);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
console.log(monitors)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
updateStuff().catch(print);
|
updateStuff().catch(print);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue