remove un-necessary printf()

master
Rohit Grover 2015-06-02 14:13:29 +01:00
parent 395446dbe4
commit c874aa4327
1 changed files with 0 additions and 1 deletions

View File

@ -378,7 +378,6 @@ void bleGattcEventHandler(const ble_evt_t *p_ble_evt)
break;
case BLE_GATTC_EVT_READ_RSP:
printf("BLE_GATTC_EVT_READ_RSP\r\n");
if (DiscoveredCharacteristic::onDataReadCallback != NULL) {
DiscoveredCharacteristic::ReadResponse_t response = {
.handle = p_ble_evt->evt.gattc_evt.params.read_rsp.handle,