mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 12:05:07 +00:00
LibGfx: Remove debug spam about successful font lookups
This commit is contained in:
parent
43ff2ea8d8
commit
508063ef85
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…
Add table
Add a link
Reference in a new issue