Own fork of MbedSmartRestMain

Dependencies:   C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed

Fork of MbedSmartRestMain by Cumulocity Official

Revision:
131:a06da6952339
Parent:
130:ca312ec4bd0f
Parent:
129:dc9e37d4bc05
Child:
134:c4009ecaf5c0
diff -r ca312ec4bd0f -r a06da6952339 MbedAgent.cpp
--- a/MbedAgent.cpp	Fri Aug 07 12:38:28 2015 +0000
+++ b/MbedAgent.cpp	Fri Aug 07 12:44:43 2015 +0000
@@ -120,7 +120,6 @@
             l = snprintf(buf, sizeof(buf), fmtSmartRest, "/s", l, buf2);
             sock.setBlocking(3000);
             l = sock.sendOnly(buf, l);
-            aInfo("[SEND] agent: %d\n", l);
             if (l < 0)
                 aWarning("%s\n", status);
         }