remove dbg message

This commit is contained in:
stefan schippers 2025-01-31 15:59:23 +01:00
parent 31a3a00c46
commit 752f794c96
1 changed files with 0 additions and 1 deletions

View File

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