Remove unnecessary kruft

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-07-17 22:14:33 -07:00
parent 9fac85cc9a
commit b72071793b
2 changed files with 1 additions and 7 deletions

View File

@@ -71,12 +71,6 @@ defmodule Omnibot.Irc do
{:noreply, socket}
end
@impl true
def handle_cast({:tcp, line}, socket) do
Logger.debug(line)
{:noreply, socket}
end
@impl true
def handle_info({:tcp, _socket, line}, socket) do
Logger.debug(String.trim(line))