mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-09 06:58:44 +00:00
WindowServer: Remove debug spam about child window removals
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user