remove debug prints
This commit is contained in:
parent
783f5aed00
commit
aa6bedd78b
1 changed files with 0 additions and 2 deletions
|
@ -531,7 +531,6 @@ void event_enter_client(ObClient *client)
|
||||||
config_focus_delay,
|
config_focus_delay,
|
||||||
focus_delay_func,
|
focus_delay_func,
|
||||||
client, NULL);
|
client, NULL);
|
||||||
ob_debug("added focus timeout\n");
|
|
||||||
} else
|
} else
|
||||||
focus_delay_func(client);
|
focus_delay_func(client);
|
||||||
}
|
}
|
||||||
|
@ -1177,7 +1176,6 @@ static gboolean focus_delay_func(gpointer data)
|
||||||
{
|
{
|
||||||
ObClient *c = data;
|
ObClient *c = data;
|
||||||
|
|
||||||
ob_debug("focus timeout %d\n", focus_client != c);
|
|
||||||
if (focus_client != c) {
|
if (focus_client != c) {
|
||||||
client_focus(c);
|
client_focus(c);
|
||||||
if (config_focus_raise)
|
if (config_focus_raise)
|
||||||
|
|
Loading…
Reference in a new issue