diff --git a/lib/api.ex b/lib/api.ex index d29bb98..e01c07e 100644 --- a/lib/api.ex +++ b/lib/api.ex @@ -4,8 +4,6 @@ defmodule Elstat.API.Status do def init(req0, state) do data = Elstat.Manager.get_current_state() - Logger.debug "#{inspect data}" - req = :cowboy_req.reply(200, %{"content-type" => "text/json"}, Poison.encode!(data),