diff options
author | Andreas Kling <kling@serenityos.org> | 2021-01-11 22:08:50 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-11 22:09:40 +0100 |
commit | f7435dd95f019941edc70c0ec3205489fbc708ca (patch) | |
tree | bcd89ff903a22702d5380bedbdcf818b65e7c77d /Meta | |
parent | 7c4ddecacbdb3d8279dbe346e7f7ba17fcdbc109 (diff) | |
download | serenity-f7435dd95f019941edc70c0ec3205489fbc708ca.zip |
Kernel: Remove MM_DEBUG debug spam code
This was too spammy to ever actually be used anyway.
Diffstat (limited to 'Meta')
-rw-r--r-- | Meta/CMake/all_the_debug_macros.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake index b205f59959..e8403fa7e7 100644 --- a/Meta/CMake/all_the_debug_macros.cmake +++ b/Meta/CMake/all_the_debug_macros.cmake @@ -103,7 +103,6 @@ add_compile_definitions("MBR_DEBUG") add_compile_definitions("MEMORY_DEBUG") add_compile_definitions("MENU_DEBUG") add_compile_definitions("MINIMIZE_ANIMATION_DEBUG") -add_compile_definitions("MM_DEBUG") add_compile_definitions("MOVE_DEBUG") add_compile_definitions("MULTIPROCESSOR_DEBUG") add_compile_definitions("NETWORK_TASK_DEBUG") |