]> Dogcows Code - chaz/openbox/commitdiff
rm debug print
authorDana Jansens <danakj@orodu.net>
Wed, 2 Apr 2003 06:31:04 +0000 (06:31 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 2 Apr 2003 06:31:04 +0000 (06:31 +0000)
openbox/client.c

index 361d57cd8a01a9fbb034a3e798bebcc9fb180750..1df411e2090fae1c3a5303d2f1f1236b30ff0bac 100644 (file)
@@ -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);
This page took 0.0257 seconds and 4 git commands to generate.