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.
Fork of mbedConnectorInterface by
Diff: api/DynamicResource.cpp
- Revision:
- 37:5de33aed0cac
- Parent:
- 36:1c6c45584c13
- Child:
- 48:f6dc5f56b810
--- a/api/DynamicResource.cpp Thu Apr 09 03:32:11 2015 +0000 +++ b/api/DynamicResource.cpp Fri Apr 10 06:09:34 2015 +0000 @@ -299,7 +299,7 @@ this->getDataWrapper()->wrap((uint8_t *)data,data_length); // announce (after wrap) - this->logger()->log("Notify payload [%s]...",this->getDataWrapper()->get()); + //this->logger()->log("Notify payload [%s]...",this->getDataWrapper()->get()); // fill notify notify_data_length = this->getDataWrapper()->length(); @@ -307,7 +307,7 @@ } else { // announce (no wrap) - this->logger()->log("Notify payload [%s]...",data); + //this->logger()->log("Notify payload [%s]...",data); // do not wrap the data... notify_data_length = data_length;