We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b161e commit 5811402Copy full SHA for 5811402
examples/platform/silabs/efr32/rs911x/rsi_if.c
@@ -580,10 +580,6 @@ static void wfx_rsi_do_join(void)
580
SILABS_LOG("wfx_rsi_do_join: rsi_wlan_connect_async failed with status: %02x on try %d", status, wfx_rsi.join_retries);
581
wfx_retry_connection(++wfx_rsi.join_retries);
582
}
583
- else
584
- {
585
- SILABS_LOG("wfx_rsi_do_join: starting JOIN to %s after %d tries\n", (char *) &wfx_rsi.sec.ssid[0], wfx_rsi.join_retries);
586
- }
587
588
589
0 commit comments