Remove excessive warnings

pull/1200/head
Rick Carlino 2020-05-06 11:42:54 -05:00
parent de2233ccaf
commit 7a0978e2dd
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ defmodule FarmbotCore.FirmwareTTYDetector do
if farmbot_tty?(name) do
{:noreply, name}
else
Logger.warn("#{name} is not an expected Farmbot Firmware TTY")
{:noreply, state, {:continue, rest}}
end
end