From 752f794c968c02b1b62ae00ea98d1a8d34e23d98 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Fri, 31 Jan 2025 15:59:23 +0100 Subject: [PATCH] remove dbg message --- src/callback.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/callback.c b/src/callback.c index b0860efd..b91a4076 100644 --- a/src/callback.c +++ b/src/callback.c @@ -1484,7 +1484,6 @@ void draw_crosshair(int what, int state) /* previous mouse_snap position */ xctx->prev_m_crossx = xctx->mousex_snap; xctx->prev_m_crossy = xctx->mousey_snap; - dbg(0, "update prev\n"); } xctx->draw_window = sdw;