summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/resist.c2
1 files changed, 0 insertions, 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;