rm debug print

This commit is contained in:
Dana Jansens 2003-04-02 06:31:04 +00:00
parent 5ff6204ecd
commit b10b31feb8

View file

@ -132,7 +132,6 @@ void client_manage_all()
w = client_startup_stack_order[i-1]; w = client_startup_stack_order[i-1];
c = g_hash_table_lookup(client_map, &w); 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); if (c) stacking_lower(c);
} }
g_free(client_startup_stack_order); g_free(client_startup_stack_order);