mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:37:34 +00:00
LibWeb: Put ResolvedCSSStyleDeclaration debug spam behind a macro
Blowing up the debug console with a fajillion FIXME's whenever you navigate in the web inspector is no fun.
This commit is contained in:
parent
3caac65cc8
commit
5dd4b3eaaa
3 changed files with 9 additions and 3 deletions
|
@ -250,6 +250,10 @@
|
|||
#cmakedefine01 LEXER_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef LIBWEB_CSS_DEBUG
|
||||
#cmakedefine01 LIBWEB_CSS_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef LINE_EDITOR_DEBUG
|
||||
#cmakedefine01 LINE_EDITOR_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue