remove debug message
This commit is contained in:
parent
65f29b245d
commit
1685e6528d
1 changed files with 1 additions and 3 deletions
|
@ -164,10 +164,8 @@ gboolean keyboard_interactive_grab(guint state, ObClient *client,
|
||||||
g_assert(action->data.any.interactive);
|
g_assert(action->data.any.interactive);
|
||||||
|
|
||||||
if (!interactive_states) {
|
if (!interactive_states) {
|
||||||
if (!grab_keyboard(TRUE)) {
|
if (!grab_keyboard(TRUE))
|
||||||
ob_debug("grab KEYBOARD failed\n");
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
s = g_new(ObInteractiveState, 1);
|
s = g_new(ObInteractiveState, 1);
|
||||||
|
|
Loading…
Reference in a new issue