mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
LibGfx: Remove debug spam about not having some font installed
This commit is contained in:
parent
d7586aff53
commit
30979c1956
Notes:
sideshowbarker
2024-07-18 03:29:05 +09:00
Author: https://github.com/awesomekling
Commit: 30979c1956
1 changed files with 0 additions and 1 deletions
|
@ -159,7 +159,6 @@ RefPtr<Gfx::Font> FontDatabase::get(const String& family, unsigned size, unsigne
|
|||
if (typeface->family() == family && typeface->weight() == weight)
|
||||
return typeface->get_font(size);
|
||||
}
|
||||
dbgln("Failed to get font: '{} {} {}'", family, size, weight);
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue