disable noisy log

This commit is contained in:
Connor Rigby 2017-11-14 15:40:50 -08:00
parent 2c80c0b4b8
commit 34c6b05fe2

View file

@ -102,8 +102,6 @@ defmodule Farmbot.System.Updates.SlackUpdater do
"""
} |> Poison.encode!
Socket.Web.send!(socket, {:text, msg})
else
Logger.debug 3, "does not match"
end
end