From: Dana Jansens Date: Wed, 2 Apr 2003 06:31:04 +0000 (+0000) Subject: rm debug print X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=b10b31feb818b0e4b506f31bdcd8bd22f8f26af9;p=chaz%2Fopenbox rm debug print --- diff --git a/openbox/client.c b/openbox/client.c index 361d57cd..1df411e2 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -132,7 +132,6 @@ void client_manage_all() w = client_startup_stack_order[i-1]; c = g_hash_table_lookup(client_map, &w); - g_message("0x%lx %d %d", c->window, c->iconic, c->shaded); if (c) stacking_lower(c); } g_free(client_startup_stack_order);