mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 05:55:13 +00:00
WindowServer: Remove debug spam about menu creation
This commit is contained in:
parent
790a27a444
commit
0e34b7d65e
Notes:
sideshowbarker
2024-07-19 10:59:11 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/0e34b7d65ed
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ OwnPtr<WindowServer::CreateMenuResponse> WSClientConnection::handle(const Window
|
||||||
int menu_id = m_next_menu_id++;
|
int menu_id = m_next_menu_id++;
|
||||||
auto menu = WSMenu::construct(this, menu_id, message.menu_title());
|
auto menu = WSMenu::construct(this, menu_id, message.menu_title());
|
||||||
m_menus.set(menu_id, move(menu));
|
m_menus.set(menu_id, move(menu));
|
||||||
dbg() << "Created menu ID " << menu_id << " (" << message.menu_title() << ")";
|
|
||||||
return make<WindowServer::CreateMenuResponse>(menu_id);
|
return make<WindowServer::CreateMenuResponse>(menu_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue