mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
delete the debug log in the btc_ble_storage file
This commit is contained in:
parent
c6a516f122
commit
aff8758fe4
@ -75,8 +75,6 @@ void btc_save_ble_bonding_keys(void)
|
||||
{
|
||||
bt_bdaddr_t bd_addr;
|
||||
|
||||
LOG_DEBUG("%s\n",__func__ );
|
||||
|
||||
bdcpy(bd_addr.address, pairing_cb.bd_addr);
|
||||
if (pairing_cb.ble.is_penc_key_rcvd) {
|
||||
btc_storage_add_ble_bonding_key(&bd_addr,
|
||||
|
Loading…
Reference in New Issue
Block a user