diff --git a/ble/sm.c b/ble/sm.c index 987fe7fee..4cbd338a2 100644 --- a/ble/sm.c +++ b/ble/sm.c @@ -787,7 +787,6 @@ static void sm_run(void){ } // random address updates - if (rau_state) printf("sm_run(): rau_state %u\n", rau_state); switch (rau_state){ case RAU_GET_RANDOM: hci_send_cmd(&hci_le_rand);