remove dbg msgs

This commit is contained in:
stefan schippers 2024-03-18 03:10:00 +01:00
parent f68cb6c18a
commit cfccb64026
1 changed files with 0 additions and 4 deletions

View File

@ -3557,10 +3557,6 @@ int rstate; /* (reduced state, without ShiftMask) */
break;
}
/* launcher, only if no movement has been done */
dbg(0, "state=%d\n", state);
dbg(0, "ui_state=%d\n", xctx->ui_state);
dbg(0, "shape_point_selected=%d\n", xctx->shape_point_selected);
dbg(0, "delta=%g %g\n", xctx->deltax, xctx->deltay);
if(state == (Button1Mask | ControlMask) && !xctx->shape_point_selected && (xctx->ui_state & STARTMOVE) &&
xctx->deltax == 0 && xctx->deltay == 0) {
int savesem = xctx->semaphore;