From b167b3b914a385cce49bb9fa5e01e690d8cea8f3 Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Mon, 6 May 2024 23:18:54 +0200 Subject: [PATCH] debug code removal --- debugger.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/debugger.cpp b/debugger.cpp index cf631b5..6d88cd6 100644 --- a/debugger.cpp +++ b/debugger.cpp @@ -851,12 +851,6 @@ void debugger(console *const cnsl, bus *const b, std::atomic_uint32_t *const sto continue; } #if defined(ESP32) - else if (cmd == "debug") { - if (heap_caps_check_integrity_all(true) == false) - cnsl->put_string_lf("HEAP corruption!"); - - continue; - } else if (cmd == "cfgnet") { configure_network(cnsl); @@ -1071,7 +1065,6 @@ void debugger(console *const cnsl, bus *const b, std::atomic_uint32_t *const sto #if defined(CONSOLE_SERIAL_RX) "serspd - set serial speed in bps (8N1 are default)", #endif - "debug - debugging info", #endif "cfgdisk - configure disk", nullptr