remove cursor delta debug lgo

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-09-30 18:22:03 +03:00
parent 6cd7099c39
commit f9dff4265a

View File

@@ -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;