Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
231:f22901955e0c
Parent:
230:11765008ff3a
Child:
232:8a86b5bf38f7
--- a/src/ConfigurationHandler/ConfigurationHandler.cpp	Tue Oct 18 20:23:31 2016 +0000
+++ b/src/ConfigurationHandler/ConfigurationHandler.cpp	Wed Oct 19 15:55:40 2016 +0000
@@ -266,8 +266,6 @@
                 logError("%s: failed to load %s\n", __func__, msg->controlFile);
                 delete compositeControl;
             } else {
-                printf("\rDEBUG storing the composite control\n");
-                Thread::wait(500);
                 compositeTable[msg->controlFile] = compositeControl;
                 // add this control to the table
                 compositeControl->start();