From: Dana Jansens Date: Sat, 21 Jul 2007 00:27:04 +0000 (-0400) Subject: remove a debug print X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=eb0e48340536c7ee089d02fb335590592f0175eb remove a debug print --- diff --git a/openbox/moveresize.c b/openbox/moveresize.c index b93871ba..1ef30e26 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -413,7 +413,6 @@ static void calc_resize(gboolean keyboard, gint keydist, gint *dw, gint *dh, client_try_configure(moveresize_client, &x, &y, &nw, &nh, &lw, &lh, TRUE); trydw = nw - ow; trydh = nh - oh; - g_print("trydw %d trydh %d\n", trydw, trydh); /* resist_size_* needs the frame size */ nw += moveresize_client->frame->size.left +