Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
208:784c46652863
Parent:
207:55aabde2d4bf
Child:
239:cfb1a917e7f7
--- a/src/ConfigurationHandler/Controls/SetpointControl.cpp	Mon Oct 10 12:51:32 2016 +0000
+++ b/src/ConfigurationHandler/Controls/SetpointControl.cpp	Mon Oct 10 13:55:23 2016 +0000
@@ -28,8 +28,6 @@
     MbedJSONValue json_value;           // JSON parsing element
     controlFile = _controlFile;
     
-    printf("\r%s has been invoked!\n");
-
     // open and read from the control file
     mDot::mdot_file file = GLOBAL_mdot->openUserFile(controlFile.c_str(), mDot::FM_RDONLY);
     if ( file.fd < 0 ) {