From: Dana Jansens Date: Wed, 11 Jul 2007 00:05:03 +0000 (+0000) Subject: remove debug print X-Git-Url: http://git.openbox.org/?p=dana%2Fopenbox-history.git;a=commitdiff_plain;h=f39cc88fc4899119c51c239e1768b727f1e0ae20 remove debug print --- diff --git a/openbox/moveresize.c b/openbox/moveresize.c index 867fef6..81e7cb0 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -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;