Skip to content

Commit

Permalink
remove logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
phuesler committed Oct 31, 2012
1 parent 27bf600 commit 04b492f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aloha_api.erl
Expand Up @@ -14,7 +14,6 @@ handle(Req, _Args) ->

%% Route METHOD & PATH to the appropriate clause
handle('GET',[<<"aloha">>], _Req) ->
lager:debug("what is wrong"),
{ok, [], <<"kekahi mau pipi">>};

handle('GET',[<<"log">>], _Req) ->
Expand Down

0 comments on commit 04b492f

Please sign in to comment.