1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:57:34 +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

@ -26,6 +26,10 @@
#cmakedefine01 CALLBACK_MACHINE_DEBUG
#endif
#ifndef CANVAS_RENDERING_CONTEXT_2D_DEBUG
#cmakedefine01 CANVAS_RENDERING_CONTEXT_2D_DEBUG
#endif
#ifndef COMPOSE_DEBUG
#cmakedefine01 COMPOSE_DEBUG
#endif