mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00
LibWeb: Stop whining about WOFF2 errors when trying to guess font format
This commit is contained in:
parent
12a2750d1e
commit
045880e6c7
Notes:
sideshowbarker
2024-07-17 04:34:25 +09:00
Author: https://github.com/awesomekling
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