From: Dana Jansens Date: Sun, 23 Mar 2003 19:40:23 +0000 (+0000) Subject: kill debug print X-Git-Tag: openbox-3_0-rc1-RELEASE~1743 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=fdf4265a13f5aacc87b4bdf7ae851505eff780a6;p=dana%2Fopenbox.git kill debug print --- diff --git a/openbox/event.c b/openbox/event.c index 6548d83e..a5bce992 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -251,7 +251,6 @@ void event_process(XEvent *e) } client = g_hash_table_lookup(client_map, (gpointer)window); - g_message("EVENT: 0x%lx -> 0x%lx", window, client); /* deal with it in the kernel */ if (client)