remove debug print

This commit is contained in:
Dana Jansens 2003-10-13 08:04:48 +00:00
parent b051b3499d
commit 94901fab5a

View file

@ -618,7 +618,6 @@ static void event_handle_client(ObClient *client, XEvent *e)
e->xfocus.window, client->window, e->xfocus.window, client->window,
e->xfocus.mode, e->xfocus.detail); e->xfocus.mode, e->xfocus.detail);
#endif #endif
g_message("hilite %x client %x", focus_hilite, client);
if (focus_hilite == client) if (focus_hilite == client)
focus_out = client; focus_out = client;
if (focus_in == client) if (focus_in == client)