diff options
| -rw-r--r-- | openbox/event.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/event.c b/openbox/event.c index 0c2b4c39..26c218d0 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -412,11 +412,9 @@ static void event_handle_client(Client *client, XEvent *e) client->ignore_unmaps--; break; } - g_message("UnmapNotify for %lx", client->window); client_unmanage(client); break; case DestroyNotify: - g_message("DestroyNotify for %lx", client->window); client_unmanage(client); break; case ReparentNotify: |
