Silence annoying wifi scan log

pull/974/head
connor rigby 2019-07-03 15:16:44 -07:00 committed by Connor Rigby
parent 0cbb4ba784
commit c54bac2e34
No known key found for this signature in database
GPG Key ID: 29A88B24B70456E0
1 changed files with 0 additions and 2 deletions

View File

@ -50,8 +50,6 @@ defmodule FarmbotOS.Platform.Target.InfoWorker.WifiLevel do
if ap do
:ok = BotState.report_wifi_level(ap.signal_dbm)
:ok = BotState.report_wifi_level_percent(ap.signal_percent)
else
FarmbotCore.Logger.warn(3, "WiFi scan did not report configured ssid. Skipping")
end
{:noreply, state}