Skip to content

Commit 202e579

Browse files
author
Juha Heiskanen
committed
Removed debug trace print which may affect crash.
Change-Id: I23b9e72aa8d8abe768099bf543d4d3db103225ae
1 parent 68c3d7b commit 202e579

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/Service_Libs/fhss/fhss_ws.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,6 @@ static int fhss_ws_tx_handle_callback(const fhss_api_t *api, bool is_broadcast_a
472472
if (fhss_structure->fhss_state == FHSS_SYNCHRONIZED) {
473473
fhss_ws_neighbor_timing_info_t *neighbor_timing_info = fhss_structure->ws->get_neighbor_info(api, destination_address);
474474
if (!neighbor_timing_info) {
475-
tr_err("FHSS: No neighbor info: %s", trace_array(destination_address, 8));
476475
return -2;
477476
}
478477
// TODO: WS bootstrap has to store neighbors number of channels

0 commit comments

Comments
 (0)