Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: wakaama/management.c
- Revision:
- 16:31c387e94b6d
- Parent:
- 15:d0f20339c1ad
--- a/wakaama/management.c Sun May 07 03:00:16 2017 +0000 +++ b/wakaama/management.c Thu May 11 12:40:25 2017 +0000 @@ -211,7 +211,6 @@ { lwm2m_data_t * dataP = NULL; int size = 0; - printf("dm_handleRequest: %d\n",__LINE__); result = object_readData(contextP, uriP, &size, &dataP); if (COAP_205_CONTENT == result) @@ -237,7 +236,6 @@ && message->accept_num == 1 && message->accept[0] == APPLICATION_LINK_FORMAT) { - printf("dm_handleRequest: %d\n",__LINE__); format = LWM2M_CONTENT_LINK; result = object_discover(contextP, uriP, serverP, &buffer, &length); } @@ -247,8 +245,7 @@ { format = utils_convertMediaType(message->accept[0]); } - printf("dm_handleRequest: %d\n",__LINE__); - + result = object_read(contextP, uriP, &format, &buffer, &length); } if (COAP_205_CONTENT == result)