From f9dff4265a3fe14ee579e55b00bcd98c8d503bea Mon Sep 17 00:00:00 2001 From: Slendi Date: Tue, 30 Sep 2025 18:22:03 +0300 Subject: [PATCH] remove cursor delta debug lgo Signed-off-by: Slendi --- src/LunarWM_wayland.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/LunarWM_wayland.c b/src/LunarWM_wayland.c index 8ea4a03..603c575 100644 --- a/src/LunarWM_wayland.c +++ b/src/LunarWM_wayland.c @@ -1217,8 +1217,6 @@ static void Pointer_motion_notify(struct wl_listener *listener, void *data) dy *= -1; } - wlr_log(WLR_DEBUG, "cursor delta: %f,%f", dx, dy); - float const R = p->server->cman->cfg.space.radius; float const g = 0.0005f;