Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
161:500f03d11fc4
Parent:
159:18c54339ee7f
Child:
163:7b8d4c8b03e4
Child:
164:7cecd731882e
--- a/src/ConfigurationHandler/ConfigurationHandler.cpp	Fri Sep 30 14:44:04 2016 +0000
+++ b/src/ConfigurationHandler/ConfigurationHandler.cpp	Fri Sep 30 16:42:51 2016 +0000
@@ -85,8 +85,6 @@
         printf("\rTIMER CONTROLS\n");
         StringVectorTimerMap::iterator pos;
         for ( pos = timerTable.begin(); pos != timerTable.end(); ++pos ) {
-            printf("I'm in the loop!\n");
-            printf("\r[output %s]-> ", pos->first.c_str()); 
             vector<TimerControl *>::iterator it;
             for ( it = pos->second.begin(); it != pos->second.end(); ++it ) {
                 (*it)->display();