1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:18:11 +00:00

WindowServer: Remove debug spam about child window removals

This commit is contained in:
Andreas Kling 2019-09-22 00:44:18 +02:00
parent 5614cdf308
commit e61aa01745

View file

@ -773,7 +773,6 @@ void WSClientConnection::handle_request(const WSAPIDestroyWindowRequest& request
response.window_id = window.window_id();
post_message(response);
dbg() << *this << " removing window child " << window << " refs: " << window.ref_count() << " parent: " << window.parent();
remove_child(window);
ASSERT(it->value.ptr() == &window);
m_windows.remove(window_id);