mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 20:16:02 +00:00
LibWeb: Put debug spam about unimplemented calc() expansion behind flag
This commit is contained in:
parent
f09391dd7f
commit
3e62ab996d
Notes:
sideshowbarker
2024-07-17 07:09:53 +09:00
Author: https://github.com/awesomekling
Commit: 3e62ab996d
Pull-request: https://github.com/SerenityOS/serenity/pull/18681
1 changed files with 1 additions and 1 deletions
|
@ -815,7 +815,7 @@ bool StyleComputer::expand_unresolved_values(DOM::Element& element, StringView p
|
|||
continue;
|
||||
}
|
||||
default:
|
||||
dbgln("FIXME: Unimplemented calc() expansion: {}", calc_value->to_string());
|
||||
dbgln_if(LIBWEB_CSS_DEBUG, "FIXME: Unimplemented calc() expansion: {}", calc_value->to_string());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue