Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
117:e831cdb799ab
Parent:
100:dbcd3bc51758
Child:
123:311fa85af2b3
--- a/measurement/Temperature.cpp	Wed May 20 09:55:49 2015 +0000
+++ b/measurement/Temperature.cpp	Wed May 20 09:57:55 2015 +0000
@@ -19,8 +19,6 @@
                 time_t t_interval = time(NULL) - t_start;
                 if (t_interval < TIME_LIMIT_TEMP) {
                         return 0;
-                } else {
-                        aDebug("Temp: Timeout at %d s.\n", t_interval);
                 }
         }
         size_t l = snprintf(buf, maxLen, fmt, deviceID, data);