remove an extraneous printf()

This commit is contained in:
Rohit Grover 2015-06-04 07:49:45 +01:00
parent 2acb939c45
commit 59ce342f34

View file

@ -70,7 +70,6 @@ public:
* BLE_ERROR_OPERATION_NOT_PERMITTED due to the characteristic's properties.
*/
ble_error_t read(uint16_t offset = 0) const {
printf("DiscoveredCharacteristic::read\r\n");
if (!props.read()) {
return BLE_ERROR_OPERATION_NOT_PERMITTED;
}