Skip to content

Commit

Permalink
Reduce logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahay-silabs committed Aug 30, 2024
1 parent bfd1e5c commit 1673844
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/platform/silabs/efr32/wf200/host_if.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,6 @@ bool wfx_is_sta_connected(void)
{
bool val;
val = (wifi_extra & WE_ST_STA_CONN) ? true : false;
ChipLogDetail(DeviceLayer, "WLAN: STA %s connected", (val ? "IS" : "NOT"));
return val;
}

Expand Down

0 comments on commit 1673844

Please sign in to comment.