remove a debug print
authorDana Jansens <danakj@orodu.net>
Sat, 26 May 2007 17:36:05 +0000 (17:36 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 26 May 2007 17:36:05 +0000 (17:36 +0000)
openbox/client.c

index 573c271..ffbcd5c 100644 (file)
@@ -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);
     }
 }