Skip to content

Commit

Permalink
Removed dmesg call
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVidler committed Sep 22, 2023
1 parent 7ea36da commit 8ba2b46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/core/control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@ namespace control {
void printCodalHeap() {
#if MICROBIT_CODAL && CODAL_DEBUG > 0
device_heap_print();
#else
dmesg( "CODAL debug disabled." );
#endif
}

Expand Down

0 comments on commit 8ba2b46

Please sign in to comment.