1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 21:17:44 +00:00

LibWeb: Hide WebDriver::match_route debug behind its own flag

When enabling WEBDRIVER_DEBUG globally, this function's debug spam
overpowers the rest of the useful logs.
This commit is contained in:
Andrew Kaster 2024-02-07 08:06:55 -07:00 committed by Andreas Kling
parent f739e976a4
commit bc9c710904
4 changed files with 9 additions and 3 deletions

View file

@ -363,6 +363,7 @@ write_cmake_config("ak_debug_gen") {
"WASM_TRACE_DEBUG=",
"WASM_VALIDATOR_DEBUG=",
"WEBDRIVER_DEBUG=",
"WEBDRIVER_ROUTE_DEBUG=",
"WEBGL_CONTEXT_DEBUG=",
"WEBP_DEBUG=",
"WEBSERVER_DEBUG=",