forked from Shinonome/dots-hyprland
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