only print that when debuggin focus

This commit is contained in:
Dana Jansens 2003-04-13 21:19:43 +00:00
parent 184e57c7e3
commit 00042637e8

View file

@ -2124,7 +2124,9 @@ gboolean client_focus(Client *self)
void client_unfocus(Client *self)
{
g_assert(focus_client == self);
#ifndef DEBUG_FOCUS
g_message("client_unfocus");
#endif
focus_fallback(Fallback_Unfocusing);
}