From: Dana Jansens Date: Tue, 2 Sep 2003 07:58:27 +0000 (+0000) Subject: remove debug print X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=2755cf85fc7d0f088a060f59e4d31b112daeb81d;p=chaz%2Fopenbox remove debug print --- diff --git a/openbox/resist.c b/openbox/resist.c index 579b949f..731ab445 100644 --- a/openbox/resist.c +++ b/openbox/resist.c @@ -251,8 +251,6 @@ void resist_size_monitors(ObClient *c, gint *w, gint *h, ObCorner corn) case OB_CORNER_BOTTOMLEFT: dlt = l; drb = r + *w - c->frame->area.width; - g_message("r %d drb %d ar %d res %d", - r, drb, ar, config_resist_edge); if (r <= ar && drb > ar && drb <= ar + config_resist_edge) *w = ar - l + 1; break;