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:
parent
5614cdf308
commit
e61aa01745
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue