api: remove debug
This commit is contained in:
parent
740059a4b4
commit
889169e509
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@ defmodule Elstat.API.Status do
|
||||||
def init(req0, state) do
|
def init(req0, state) do
|
||||||
data = Elstat.Manager.get_current_state()
|
data = Elstat.Manager.get_current_state()
|
||||||
|
|
||||||
Logger.debug "#{inspect data}"
|
|
||||||
|
|
||||||
req = :cowboy_req.reply(200,
|
req = :cowboy_req.reply(200,
|
||||||
%{"content-type" => "text/json"},
|
%{"content-type" => "text/json"},
|
||||||
Poison.encode!(data),
|
Poison.encode!(data),
|
||||||
|
|
Loading…
Reference in a new issue