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
commit 5dd4b3eaaa
Notes: sideshowbarker 2024-07-17 19:43:02 +09:00
3 changed files with 9 additions and 3 deletions

View file

@ -100,6 +100,7 @@ set(KEYBOARD_SHORTCUTS_DEBUG ON)
set(KMALLOC_DEBUG ON)
set(LANGUAGE_SERVER_DEBUG ON)
set(LEXER_DEBUG ON)
set(LIBWEB_CSS_DEBUG ON)
set(LINE_EDITOR_DEBUG ON)
set(LOCAL_SOCKET_DEBUG ON)
set(LOCK_DEBUG ON)