Remove inspect.

This commit is contained in:
lain 2018-03-31 21:02:54 +02:00
parent 9f45e33ae8
commit fe1dcf0027
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ defmodule Pleroma.Gopher.Server.ProtocolHandler do
String.split(text, "\r")
|> Enum.map(fn (text) ->
"i#{text}\tfake\(NULL)\t0\r\n"
|> IO.inspect()
end)
|> Enum.join("")
end