Skip to content

Commit

Permalink
WindowServer: Remove unnecessary debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasChollet authored and timschumi committed Dec 29, 2024
1 parent e395dd9 commit 9a5d25c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Userland/Services/WindowServer/WindowFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ void WindowFrame::reload_config()
StringBuilder full_path;
full_path.append(icons_path);
full_path.append(path);
dbgln("Reloading buitmap {}", full_path.string_view());
if (multiscale_bitmap)
multiscale_bitmap->load(full_path.string_view(), default_path);
else
Expand Down

0 comments on commit 9a5d25c

Please sign in to comment.