kill debug prints

This commit is contained in:
Dana Jansens 2003-03-26 08:18:50 +00:00
parent 6d0b401201
commit a1e450ee69

View file

@ -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: