rm debug print

This commit is contained in:
Dana Jansens 2003-03-27 19:05:16 +00:00
parent 1b20f591af
commit e0170fe181

View file

@ -130,6 +130,7 @@ 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", c->window, c->iconic);
if (c) stacking_lower(c); if (c) stacking_lower(c);
} }
g_free(client_startup_stack_order); g_free(client_startup_stack_order);