diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-02 06:31:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-02 06:31:04 +0000 |
| commit | b10b31feb818b0e4b506f31bdcd8bd22f8f26af9 (patch) | |
| tree | 73ecd658ee01376af611fe4e23f284479fc42716 /openbox/client.c | |
| parent | 5ff6204ecd27f6504fb55bc809d7e7c7297d6b8d (diff) | |
rm debug print
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 1 |
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); |
