mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
LibWeb: Stop whining about WOFF2 errors when trying to guess font format
This commit is contained in:
parent
12a2750d1e
commit
045880e6c7
1 changed files with 0 additions and 1 deletions
|
@ -176,7 +176,6 @@ private:
|
|||
auto woff2 = WOFF2::Font::try_load_from_externally_owned_memory(resource()->encoded_data());
|
||||
if (!woff2.is_error())
|
||||
return woff2.release_value();
|
||||
dbgln("WOFF2 error: {}", woff2.error());
|
||||
return woff2.release_error();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue