From 2755cf85fc7d0f088a060f59e4d31b112daeb81d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 2 Sep 2003 07:58:27 +0000 Subject: [PATCH] remove debug print --- openbox/resist.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.39.2