You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/11/17 18:01:12 UTC

incubator-mynewt-core git commit: BLE Host - Remove debug console_printf.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 50871d1a6 -> 4cccad0c8


BLE Host - Remove debug console_printf.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/4cccad0c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/4cccad0c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/4cccad0c

Branch: refs/heads/develop
Commit: 4cccad0c81e030f5b34e99fa77c9eee0efbd8507
Parents: 50871d1
Author: Christopher Collins <cc...@apache.org>
Authored: Thu Nov 17 10:00:54 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Thu Nov 17 10:00:54 2016 -0800

----------------------------------------------------------------------
 net/nimble/host/src/ble_hs.c | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/4cccad0c/net/nimble/host/src/ble_hs.c
----------------------------------------------------------------------
diff --git a/net/nimble/host/src/ble_hs.c b/net/nimble/host/src/ble_hs.c
index fd45511..9754a6d 100644
--- a/net/nimble/host/src/ble_hs.c
+++ b/net/nimble/host/src/ble_hs.c
@@ -342,7 +342,6 @@ ble_hs_timer_sched(int32_t ticks_from_now)
         OS_TIME_TICK_LT(abs_time, ble_hs_timer_timer.c_ticks)) {
 
         ble_hs_timer_timer_reset(ticks_from_now);
-        console_printf("TICKS_UNTIL_NEXT: %d\n", (int)ticks_from_now);
     }
 }