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
Notes: sideshowbarker 2024-07-19 12:00:35 +09:00

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);