Remove log

This commit is contained in:
Uku Taht 2020-04-02 13:38:01 +03:00
parent d8936888e6
commit d3c770a6da

View File

@ -4,7 +4,6 @@ defmodule PlausibleWeb.Api.ExternalController do
def event(conn, _params) do
params = parse_body(conn)
IO.inspect(conn.req_headers)
case create_event(conn, params) do
{:ok, nil} ->