Michael Galis / nRF51822

Fork of nRF51822 by Nordic Semiconductor

Revision:
317:943ad03c93ef
Parent:
315:044071756a8d
Child:
324:1cb5b26ecaca
--- a/nRFDiscoveredCharacteristic.h	Fri Jun 19 15:55:30 2015 +0100
+++ b/nRFDiscoveredCharacteristic.h	Fri Jun 19 15:55:30 2015 +0100
@@ -53,9 +53,7 @@
      *         BLE_STACK_BUSY if some client procedure already in progress.
      */
     virtual ble_error_t read(uint16_t offset = 0) const {
-        printf("%s %u\r\n", __FUNCTION__, __LINE__);
         uint32_t rc = sd_ble_gattc_read(connHandle, valueHandle, offset);
-        printf("%u\r\n", rc);
         if (rc == NRF_SUCCESS) {
             return BLE_ERROR_NONE;
         }