Skip to content

Commit

Permalink
Removed debug trace print which may affect crash.
Browse files Browse the repository at this point in the history
Change-Id: I23b9e72aa8d8abe768099bf543d4d3db103225ae
  • Loading branch information
Juha Heiskanen committed May 2, 2019
1 parent 68c3d7b commit 202e579
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/Service_Libs/fhss/fhss_ws.c
Expand Up @@ -472,7 +472,6 @@ static int fhss_ws_tx_handle_callback(const fhss_api_t *api, bool is_broadcast_a
if (fhss_structure->fhss_state == FHSS_SYNCHRONIZED) {
fhss_ws_neighbor_timing_info_t *neighbor_timing_info = fhss_structure->ws->get_neighbor_info(api, destination_address);
if (!neighbor_timing_info) {
tr_err("FHSS: No neighbor info: %s", trace_array(destination_address, 8));
return -2;
}
// TODO: WS bootstrap has to store neighbors number of channels
Expand Down

0 comments on commit 202e579

Please sign in to comment.