Skip to content

Commit 8aac182

Browse files
Eliminate possibly noisy log statemetn
1 parent 5d0f970 commit 8aac182

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deps/oauth2_client/src/oauth2_client.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ ensure_http_client_started(Id, ProxyOptions) ->
7171
{error, _} = Error -> Error
7272
end;
7373
{error, {already_started, _}} ->
74-
rabbit_log:debug("Already started http client ~p", [Profile]),
7574
{ok, Profile};
7675
Error ->
7776
rabbit_log:error("Failed to start httpc client: ~p", [Error]),

0 commit comments

Comments
 (0)