High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: public/DiscoveredCharacteristic.h
- Revision:
- 494:2e4af47b00a8
- Parent:
- 493:23cc7ad1b99b
- Child:
- 497:926d444599e8
diff -r 23cc7ad1b99b -r 2e4af47b00a8 public/DiscoveredCharacteristic.h --- a/public/DiscoveredCharacteristic.h Fri Jun 19 15:52:02 2015 +0100 +++ b/public/DiscoveredCharacteristic.h Fri Jun 19 15:52:02 2015 +0100 @@ -70,7 +70,6 @@ * 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; }