Remove unnecessary printk.

This commit is contained in:
Pete Johanson 2020-05-26 21:09:35 -04:00
parent 72ad47e027
commit abd106032d
1 changed files with 0 additions and 2 deletions

View File

@ -131,8 +131,6 @@ static void zmk_ble_ready(int err)
return;
}
printk("Bluetooth initialized\n");
err = bt_le_adv_start(BT_LE_ADV_CONN_NAME, zmk_ble_ad, ARRAY_SIZE(zmk_ble_ad), NULL, 0);
if (err)
{