From 9a5e53dac1ed544b657f053dfbcfcc244f048a86 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 25 May 2024 21:07:08 +0700 Subject: [PATCH] remove debug print --- .config/ags/modules/.commondata/hyprlanddata.js | 1 - 1 file changed, 1 deletion(-) 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);