LibWeb/WebAssembly: Use a debug flag for dbgln calls

This prevents the horrendous console spam when functions are resolved,
e.g. on the Royal Albert Hall website.
This commit is contained in:
Jamie Mansfield
2024-09-07 17:16:37 +01:00
committed by Andreas Kling
parent b10016d914
commit 48366ddddf
3 changed files with 9 additions and 4 deletions

View File

@@ -142,6 +142,10 @@
# cmakedefine01 LIBWEB_CSS_DEBUG
#endif
#ifndef LIBWEB_WASM_DEBUG
# cmakedefine01 LIBWEB_WASM_DEBUG
#endif
#ifndef LINE_EDITOR_DEBUG
# cmakedefine01 LINE_EDITOR_DEBUG
#endif