summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-02 06:31:04 +0000
committerDana Jansens <danakj@orodu.net>2003-04-02 06:31:04 +0000
commitb10b31feb818b0e4b506f31bdcd8bd22f8f26af9 (patch)
tree73ecd658ee01376af611fe4e23f284479fc42716 /openbox/client.c
parent5ff6204ecd27f6504fb55bc809d7e7c7297d6b8d (diff)
rm debug print
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c1
1 files changed, 0 insertions, 1 deletions
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);