Skip to content

Commit

Permalink
Remove io:format from hello_metrics:subscribe_client/1
Browse files Browse the repository at this point in the history
  • Loading branch information
surik committed Jan 26, 2016
1 parent 13323d2 commit 51a1786
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hello_metrics.erl
Expand Up @@ -61,7 +61,6 @@

-spec subscribe_client(Name :: list()) -> list().
subscribe_client(Name) ->
io:format("Subscriber client ~p~n", [Name]),
{ok, Metrics} = application:get_env(hello, metrics),
case lists:member(client, Metrics) of
true -> subscribe_client_(Name);
Expand Down

0 comments on commit 51a1786

Please sign in to comment.