1
Fork 0
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:
Andreas Kling 2022-02-06 14:17:42 +01:00
parent 3caac65cc8
commit 5dd4b3eaaa
3 changed files with 9 additions and 3 deletions

View file

@ -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