mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Meta: Remove the LibJS OBJECT_DEBUG debug macro
I didn't add any debug logging to the object rewrite, so this is now unused. It's much more correct though, so we can get away with adding ad-hoc logging, should that ever be necessary :^) Side note: this should have a prefix, i.e. JS_OBJECT_DEBUG. The previous name is too generic.
This commit is contained in:
parent
8ade0df4c3
commit
7efc52c3d3
Notes:
sideshowbarker
2024-07-18 10:26:24 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/7efc52c3d39 Pull-request: https://github.com/SerenityOS/serenity/pull/8262 Reviewed-by: https://github.com/IdanHo Reviewed-by: https://github.com/alimpfard ✅ Reviewed-by: https://github.com/awesomekling ✅ Reviewed-by: https://github.com/davidot Reviewed-by: https://github.com/mattco98
2 changed files with 0 additions and 5 deletions
|
@ -302,10 +302,6 @@
|
|||
#cmakedefine01 NT_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef OBJECT_DEBUG
|
||||
#cmakedefine01 OBJECT_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef OCCLUSIONS_DEBUG
|
||||
#cmakedefine01 OCCLUSIONS_DEBUG
|
||||
#endif
|
||||
|
|
|
@ -119,7 +119,6 @@ set(MULTIPROCESSOR_DEBUG ON)
|
|||
set(NE2000_DEBUG ON)
|
||||
set(NETWORK_TASK_DEBUG ON)
|
||||
set(NT_DEBUG ON)
|
||||
set(OBJECT_DEBUG ON)
|
||||
set(OCCLUSIONS_DEBUG ON)
|
||||
set(OFFD_DEBUG ON)
|
||||
set(PAGE_FAULT_DEBUG ON)
|
||||
|
|
Loading…
Reference in a new issue