remove debug print

This commit is contained in:
Dana Jansens 2007-07-11 00:05:03 +00:00
parent 0b97b6043c
commit f39cc88fc4

View file

@ -753,7 +753,6 @@ gboolean moveresize_event(XEvent *e)
dw -= cur_w - start_cw;
dh -= cur_h - start_ch;
ob_debug("dw %d\n", dw);
calc_resize(FALSE, 0, &dw, &dh, lockcorner);
cur_w += dw;