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/07/26 19:03:08 UTC

incubator-mynewt-core git commit: BLE Host - Oops, remove debug code.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop fd187c16e -> a6dcf427f


BLE Host - Oops, remove debug code.


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/a6dcf427
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/a6dcf427
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/a6dcf427

Branch: refs/heads/develop
Commit: a6dcf427fb0fa9d555fe04c7d30a91061f5749fc
Parents: fd187c1
Author: Christopher Collins <cc...@apache.org>
Authored: Tue Jul 26 12:01:45 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Tue Jul 26 12:02:53 2016 -0700

----------------------------------------------------------------------
 net/nimble/host/src/ble_att_svr.c | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/a6dcf427/net/nimble/host/src/ble_att_svr.c
----------------------------------------------------------------------
diff --git a/net/nimble/host/src/ble_att_svr.c b/net/nimble/host/src/ble_att_svr.c
index d6ec07d..a9f5409 100644
--- a/net/nimble/host/src/ble_att_svr.c
+++ b/net/nimble/host/src/ble_att_svr.c
@@ -1365,7 +1365,6 @@ done:
     return rc;
 }
 
-int yourmom;
 int
 ble_att_svr_rx_read_type(uint16_t conn_handle, struct os_mbuf **rxom)
 {
@@ -1404,10 +1403,6 @@ ble_att_svr_rx_read_type(uint16_t conn_handle, struct os_mbuf **rxom)
                     &req);
 
 
-    if (req.batq_start_handle == 29) {
-        yourmom++;
-    }
-
     if (req.batq_start_handle > req.batq_end_handle ||
         req.batq_start_handle == 0) {