smart ball test board code

Dependencies:   nrf51-sdk

Fork of nRF51822 by Nordic Semiconductor

Revision:
324:7a9c8fa8042d
Parent:
323:788b6ac328b7
Child:
326:eb6914dca928
--- a/btle/btle_discovery.cpp	Fri Jun 19 15:55:31 2015 +0100
+++ b/btle/btle_discovery.cpp	Fri Jun 19 15:55:31 2015 +0100
@@ -378,7 +378,6 @@
             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,