mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 19: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:
parent
f739e976a4
commit
bc9c710904
4 changed files with 9 additions and 3 deletions
|
@ -530,6 +530,10 @@
|
|||
# cmakedefine01 WEBDRIVER_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef WEBDRIVER_ROUTE_DEBUG
|
||||
# cmakedefine01 WEBDRIVER_ROUTE_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef WEBGL_CONTEXT_DEBUG
|
||||
# cmakedefine01 WEBGL_CONTEXT_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue