BLE: remove trace in Nordic PAL security manager

pull/6932/head
Vincent Coubard 2018-04-04 15:42:47 +01:00
parent 04ab07ff16
commit 17b3e26429
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ ble_error_t nRF5xSecurityManager::send_pairing_request(
KeyDistribution initiator_dist,
KeyDistribution responder_dist
) {
printf("nRF5xSecurityManager::send_pairing_request\r\n");
// allocate the control block required for the procedure completion
pairing_control_block_t* pairing_cb = allocate_pairing_cb(connection);
if (!pairing_cb) {