From 98fbd9a22e2a8027a4ff9e98aaf10ca3af773d67 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald@gmail.com" Date: Sun, 2 Feb 2014 20:58:58 +0000 Subject: [PATCH] remove debug --- ble/sm.c | 1 - 1 file changed, 1 deletion(-) 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);