From 889169e509a41e48f55c5ce9d4803d8708c32cdc Mon Sep 17 00:00:00 2001 From: Luna Mendes Date: Mon, 11 Jun 2018 19:42:21 -0300 Subject: [PATCH] api: remove debug --- lib/api.ex | 2 -- 1 file changed, 2 deletions(-) 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),