mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
WindowServer: Remove debug spam about menu creation
This commit is contained in:
@@ -96,7 +96,6 @@ OwnPtr<WindowServer::CreateMenuResponse> WSClientConnection::handle(const Window
|
||||
int menu_id = m_next_menu_id++;
|
||||
auto menu = WSMenu::construct(this, menu_id, message.menu_title());
|
||||
m_menus.set(menu_id, move(menu));
|
||||
dbg() << "Created menu ID " << menu_id << " (" << message.menu_title() << ")";
|
||||
return make<WindowServer::CreateMenuResponse>(menu_id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user