rm some debug prints
This commit is contained in:
parent
059fa15ae1
commit
f24116de75
1 changed files with 2 additions and 4 deletions
|
@ -50,10 +50,8 @@ void client_startup()
|
|||
(GEqualFunc)map_key_comp);
|
||||
|
||||
/* save the stacking order on startup! */
|
||||
if (!PROP_GET32U(ob_root, net_client_list_stacking, window,
|
||||
client_startup_stack_order, client_startup_stack_size))
|
||||
g_message("failed");
|
||||
g_message("%ld", client_startup_stack_size);
|
||||
PROP_GET32U(ob_root, net_client_list_stacking, window,
|
||||
client_startup_stack_order, client_startup_stack_size))
|
||||
|
||||
client_set_list();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue