mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-18 14:59:59 -05:00
remove debug print
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user