api: remove debug

This commit is contained in:
Luna Mendes 2018-06-11 19:42:21 -03:00
parent 740059a4b4
commit 889169e509
1 changed files with 0 additions and 2 deletions

View File

@ -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),