WindowServer: Remove unnecessary debug print

This commit is contained in:
Lucas CHOLLET 2024-12-28 18:48:02 -05:00 committed by Tim Schumacher
parent e395dd9cb2
commit 9a5d25ce1b

View file

@ -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