]> granicus.if.org Git - esp-idf/commitdiff
component/bt: Change the debug info.
authorYulong <huangyulong@espressif.com>
Fri, 18 Aug 2017 07:48:57 +0000 (03:48 -0400)
committerTian Hao <tianhao@espressif.com>
Mon, 21 Aug 2017 09:49:05 +0000 (17:49 +0800)
components/bt/bluedroid/btif/bta_dm_co.c

index 291db9e3dd4130b614396c69eb213dcb4d04ca59..af888b5b0ecfbf38c4a01a9dfed4a12e69b66e0e 100644 (file)
@@ -403,7 +403,6 @@ void bta_dm_co_ble_load_local_keys(tBTA_DM_BLE_LOCAL_KEY_MASK *p_key_mask, BT_OC
 #endif  ///defined(BTIF_INCLUDED) && BTIF_INCLUDED == TRUE
 #if (SMP_INCLUDED == TRUE)
     btc_dm_get_ble_local_keys( p_key_mask, er, p_id_keys);
-    BTIF_TRACE_DEBUG("bta_dm_co_ble_load_local_keys: func not ported\n");
 #endif  ///SMP_INCLUDED == TRUE
 }