mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:07:46 +00:00
LibWeb: Hide some debug logging behind CANVAS_RENDERING_CONTEXT_2D_DEBUG
This can be quite noisy and isn't generally useful information.
This commit is contained in:
parent
a2e6abe159
commit
1719862d12
3 changed files with 9 additions and 3 deletions
|
@ -11,6 +11,7 @@ set(BMP_DEBUG ON)
|
|||
set(BXVGA_DEBUG ON)
|
||||
set(CACHE_DEBUG ON)
|
||||
set(CALLBACK_MACHINE_DEBUG ON)
|
||||
set(CANVAS_RENDERING_CONTEXT_2D_DEBUG ON)
|
||||
set(COMMIT_DEBUG ON)
|
||||
set(COMPOSE_DEBUG ON)
|
||||
set(CONTEXT_SWITCH_DEBUG ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue