summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c
index 573c271c..ffbcd5ca 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -2357,7 +2357,6 @@ static void client_change_wm_state(ObClient *self)
state[0] = self->wmstate;
state[1] = None;
PROP_SETA32(self->window, wm_state, wm_state, state, 2);
- ob_debug("setting wm_state %d\n", self->wmstate);
}
}