mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
LibGfx: Remove debug spam about successful font lookups
This commit is contained in:
parent
43ff2ea8d8
commit
508063ef85
Notes:
sideshowbarker
2024-07-19 01:31:52 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/508063ef85d
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ RefPtr<Gfx::Font> FontDatabase::get_by_name(const StringView& name)
|
|||
dbgln("Font lookup failed: '{}'", name);
|
||||
return nullptr;
|
||||
}
|
||||
dbgln("Font lookup succeeded: '{}'", name);
|
||||
return it->value;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue