mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
LibGfx: Remove debug spam about successful font lookups
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user