1
Fork 0
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:
Linus Groh 2022-03-04 18:50:23 +01:00 committed by Andreas Kling
parent a2e6abe159
commit 1719862d12
3 changed files with 9 additions and 3 deletions

View file

@ -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)