Shuta Nakamae / nRF51822

Fork of nRF51822 by Nordic Semiconductor

Revision:
228:0c14d4e5207b
Parent:
227:7a0bb8545c75
Child:
229:6394db9a71ba
--- a/btle/btle_gattc.cpp	Fri Jun 19 15:55:19 2015 +0100
+++ b/btle/btle_gattc.cpp	Fri Jun 19 15:55:20 2015 +0100
@@ -212,7 +212,6 @@
 
                 default: {
                     discoveryStatus.serviceDiscoveryInProgress = false;
-                    printf("gatt failure status: %u\r\n", p_ble_evt->evt.gattc_evt.gatt_status);
                     break;
                 }
             }
@@ -231,7 +230,6 @@
                 }
 
                 default:
-                    printf("char response: gatt failure status: %u\r\n", p_ble_evt->evt.gattc_evt.gatt_status);
                     break;
             }
             break;