From 8ba2b4630a56a7211286eb2afe76a48702633336 Mon Sep 17 00:00:00 2001 From: Dr John Vidler Date: Fri, 22 Sep 2023 16:07:30 +0100 Subject: [PATCH] Removed dmesg call --- libs/core/control.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/core/control.cpp b/libs/core/control.cpp index 1ff81c7b8eb..135ff135136 100644 --- a/libs/core/control.cpp +++ b/libs/core/control.cpp @@ -233,8 +233,6 @@ namespace control { void printCodalHeap() { #if MICROBIT_CODAL && CODAL_DEBUG > 0 device_heap_print(); - #else - dmesg( "CODAL debug disabled." ); #endif }