Skip to content

Commit 1673844

Browse files
Reduce logs
1 parent bfd1e5c commit 1673844

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/platform/silabs/efr32/wf200/host_if.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,6 @@ bool wfx_is_sta_connected(void)
10961096
{
10971097
bool val;
10981098
val = (wifi_extra & WE_ST_STA_CONN) ? true : false;
1099-
ChipLogDetail(DeviceLayer, "WLAN: STA %s connected", (val ? "IS" : "NOT"));
11001099
return val;
11011100
}
11021101

0 commit comments

Comments
 (0)