diff --git a/.config/ags/modules/.commondata/hyprlanddata.js b/.config/ags/modules/.commondata/hyprlanddata.js index faabd97a..7489365e 100644 --- a/.config/ags/modules/.commondata/hyprlanddata.js +++ b/.config/ags/modules/.commondata/hyprlanddata.js @@ -21,7 +21,6 @@ async function updateStuff() { monitor.height = Math.ceil(monitor.realHeight / monitor.scale); } }); - console.log(monitors) } updateStuff().catch(print);