mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:37:45 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue