mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:07:34 +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:
parent
f739e976a4
commit
bc9c710904
4 changed files with 9 additions and 3 deletions
|
@ -212,6 +212,7 @@ set(WASM_BINPARSER_DEBUG ON)
|
|||
set(WASM_TRACE_DEBUG ON)
|
||||
set(WASM_VALIDATOR_DEBUG ON)
|
||||
set(WEBDRIVER_DEBUG ON)
|
||||
set(WEBDRIVER_ROUTE_DEBUG ON)
|
||||
set(WEBGL_CONTEXT_DEBUG ON)
|
||||
set(WEBSERVER_DEBUG ON)
|
||||
set(WEB_FETCH_DEBUG ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue