From 94901fab5aff85aa47af4d70563f1aec5b5f06be Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 13 Oct 2003 08:04:48 +0000 Subject: [PATCH] remove debug print --- openbox/event.c | 1 - 1 file changed, 1 deletion(-) diff --git a/openbox/event.c b/openbox/event.c index 7c1231f2..5c9dc407 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -618,7 +618,6 @@ static void event_handle_client(ObClient *client, XEvent *e) e->xfocus.window, client->window, e->xfocus.mode, e->xfocus.detail); #endif - g_message("hilite %x client %x", focus_hilite, client); if (focus_hilite == client) focus_out = client; if (focus_in == client) -- 2.44.0