From 093c4cb710fa04dc67fc93278b951038b263a1fc Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 26 Mar 2003 09:47:08 +0000 Subject: [PATCH] kill the prints again for now --- openbox/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbox/client.c b/openbox/client.c index 757b118d..3ebfcd60 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -234,7 +234,7 @@ void client_manage(Window window) /* update the list hints */ client_set_list(); - g_message("Managed window 0x%lx", window); +/* g_message("Managed window 0x%lx", window);*/ } void client_unmanage_all() @@ -249,7 +249,7 @@ void client_unmanage(Client *client) int j; GSList *it; - g_message("Unmanaging window: %lx", client->window); +/* g_message("Unmanaging window: %lx", client->window);*/ dispatch_client(Event_Client_Destroy, client, 0, 0); g_assert(client != NULL); -- 2.39.2