mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
WindowServer: Remove unnecessary debug print
This commit is contained in:
parent
e395dd9cb2
commit
9a5d25ce1b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue