]> Dogcows Code - chaz/openbox/commitdiff
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 573c271c8cb8eb2049bc14e5818cb35704056bfd..ffbcd5cae8c7074f08d3e99ea3a762e23246558a 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);
     }
 }
 
This page took 0.023798 seconds and 4 git commands to generate.