remove an extraneous printf()
This commit is contained in:
parent
2acb939c45
commit
59ce342f34
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue