From 17b3e2642977fafe2a8be661f2d4d49ff9ba28ce Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Wed, 4 Apr 2018 15:42:47 +0100 Subject: [PATCH] BLE: remove trace in Nordic PAL security manager --- .../TARGET_NORDIC/TARGET_NRF5/source/nRF5xPalSecurityManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF5/source/nRF5xPalSecurityManager.cpp b/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF5/source/nRF5xPalSecurityManager.cpp index e91de1b168..9aa8b61b58 100644 --- a/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF5/source/nRF5xPalSecurityManager.cpp +++ b/features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF5/source/nRF5xPalSecurityManager.cpp @@ -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) {