Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Feb 5, 2024
1 parent 175691a commit 851fcf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/up_rest.ex
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ defmodule UP.HTTP do
or type == "component"
or type == "metric"
or type == "maintenance" do
:io.format '------ ~p~n',[{auth, type, id, spec}]
case :kvs.get("/keys", auth) do
{:ok,{:ref, x, name}} when x == auth and id == name ->
{:ok, body, conn} = Plug.Conn.read_body(conn, [])
Expand Down

0 comments on commit 851fcf8

Please sign in to comment.