kill debug print

This commit is contained in:
Dana Jansens 2003-03-24 05:38:28 +00:00
parent 3b14b587ef
commit e238e4ac2d

View file

@ -1905,8 +1905,6 @@ gboolean client_focus(Client *self)
} }
} }
g_message("** focusing %lx", self->window);
if (self->can_focus) if (self->can_focus)
XSetInputFocus(ob_display, self->window, RevertToNone, XSetInputFocus(ob_display, self->window, RevertToNone,
CurrentTime); CurrentTime);