Skip to content

Commit

Permalink
remove dbg message
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanSchippers committed Sep 22, 2023
1 parent 1da34af commit 3ba3bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ int draw_xhair = tclgetboolvar("draw_crosshair");
statusmsg(str,1);
}

dbg(0, "key=%c(%d) EQUAL_MODMASK=%d, SET_MODMASK=%d\n", key, key, SET_MODMASK, EQUAL_MODMASK);
dbg(1, "key=%c(%d) EQUAL_MODMASK=%d, SET_MODMASK=%d\n", key, key, SET_MODMASK, EQUAL_MODMASK);
switch(event)
{
case EnterNotify:
Expand Down

0 comments on commit 3ba3bbc

Please sign in to comment.