Skip to content

Commit

Permalink
Merge pull request #10690 from rabbitmq/mergify/bp/v3.13.x/pr-10689
Browse files Browse the repository at this point in the history
Remove wrong and unncessary log statement (backport #10689)
  • Loading branch information
michaelklishin committed Mar 6, 2024
2 parents 7613afd + cefbe2e commit 354f260
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps/rabbitmq_auth_backend_oauth2/src/uaa_jwks.erl
Expand Up @@ -4,7 +4,6 @@
-spec get(string() | binary(), term()) -> {ok, term()} | {error, term()}.
get(JwksUrl, SslOptions) ->
Options = [{timeout, 60000}] ++ [{ssl, SslOptions}],
rabbit_log:debug("get signing keys using options ~p", Options),
httpc:request(get, {JwksUrl, []}, Options, []).

-spec ssl_options(term()) -> list().
Expand Down

0 comments on commit 354f260

Please sign in to comment.