kill debug print
This commit is contained in:
parent
e7e2a69fd0
commit
fdf4265a13
1 changed files with 0 additions and 1 deletions
|
@ -251,7 +251,6 @@ void event_process(XEvent *e)
|
||||||
}
|
}
|
||||||
|
|
||||||
client = g_hash_table_lookup(client_map, (gpointer)window);
|
client = g_hash_table_lookup(client_map, (gpointer)window);
|
||||||
g_message("EVENT: 0x%lx -> 0x%lx", window, client);
|
|
||||||
|
|
||||||
/* deal with it in the kernel */
|
/* deal with it in the kernel */
|
||||||
if (client)
|
if (client)
|
||||||
|
|
Loading…
Reference in a new issue