terence zhang / Mbed OS mbed-os-example-wakaama

Dependencies:   C12832 LM75B

Revision:
15:d0f20339c1ad
Parent:
14:ec9e195830ff
--- a/wakaama/liblwm2m.c	Sat May 06 11:21:27 2017 +0000
+++ b/wakaama/liblwm2m.c	Sun May 07 03:00:16 2017 +0000
@@ -295,7 +295,6 @@
     LOG_ARG("endpointName: \"%s\", msisdn: \"%s\", altPath: \"%s\", numObject: %d", endpointName, msisdn, altPath, numObject);
     // This API can be called only once for now
     if (contextP->endpointName != NULL || contextP->objectList != NULL) return COAP_400_BAD_REQUEST;
-    printf(">>>1\n");
 
     if (endpointName == NULL) return COAP_400_BAD_REQUEST;
     //if (numObject < 3) return COAP_400_BAD_REQUEST;