From 4f1dbf88d8dd92b8be86c6eff0d4d361c315ba56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Narajowski?= Date: Wed, 30 Jan 2019 14:35:41 +0100 Subject: [PATCH] mesh: Remove commented out lines --- nimble/host/mesh/src/prov.c | 2 -- nimble/host/mesh/src/proxy.c | 1 - 2 files changed, 3 deletions(-) diff --git a/nimble/host/mesh/src/prov.c b/nimble/host/mesh/src/prov.c index f4cee1563..bc63b38e1 100644 --- a/nimble/host/mesh/src/prov.c +++ b/nimble/host/mesh/src/prov.c @@ -1565,8 +1565,6 @@ int bt_mesh_pb_gatt_close(uint16_t conn_handle) prov->link_close(BT_MESH_PROV_GATT); } -// bt_conn_unref(conn_handle); - pub_key = atomic_test_bit(link.flags, LOCAL_PUB_KEY); memset(&link, 0, sizeof(link)); diff --git a/nimble/host/mesh/src/proxy.c b/nimble/host/mesh/src/proxy.c index a31e19912..ab28f8c30 100644 --- a/nimble/host/mesh/src/proxy.c +++ b/nimble/host/mesh/src/proxy.c @@ -1293,7 +1293,6 @@ void bt_mesh_proxy_adv_stop(void) int ble_mesh_proxy_gap_event(struct ble_gap_event *event, void *arg) { -// BT_DBG("event %d", event->type); if (event->type == BLE_GAP_EVENT_CONNECT) { proxy_connected(event->connect.conn_handle);