mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:27:45 +00:00
WindowServer: Remove debug spam in MenuManager::refresh()
This commit is contained in:
parent
1fcb1ec367
commit
fb0c94ae84
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ void MenuManager::refresh()
|
||||||
{
|
{
|
||||||
ClientConnection::for_each_client([&](ClientConnection& client) {
|
ClientConnection::for_each_client([&](ClientConnection& client) {
|
||||||
client.for_each_menu([&](Menu& menu) {
|
client.for_each_menu([&](Menu& menu) {
|
||||||
dbgln("MenuManager::refresh {}", &menu);
|
|
||||||
menu.redraw();
|
menu.redraw();
|
||||||
return IterationDecision::Continue;
|
return IterationDecision::Continue;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue