X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fresist.c;h=731ab445faf3685b14272f9fcb0cbdff613f6ad9;hb=792d3e7a70ec5f0502d748dc96dc9b13b7c3971f;hp=579b949f03d8ec778b202ff66210560c7b8fc999;hpb=5cac2437c29f7da80e0326238e1092f88834424a;p=chaz%2Fopenbox 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;