remove a debug print

This commit is contained in:
Dana Jansens 2007-05-26 17:36:05 +00:00
parent 211cc4449d
commit 16ae58681e

View file

@ -2357,7 +2357,6 @@ static void client_change_wm_state(ObClient *self)
state[0] = self->wmstate; state[0] = self->wmstate;
state[1] = None; state[1] = None;
PROP_SETA32(self->window, wm_state, wm_state, state, 2); PROP_SETA32(self->window, wm_state, wm_state, state, 2);
ob_debug("setting wm_state %d\n", self->wmstate);
} }
} }