Skip to content

Commit

Permalink
Eliminate redundant log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales committed Dec 19, 2024
1 parent f04adcd commit 5d0f970
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps/oauth2_client/src/oauth2_client.erl
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ get_oauth_provider(OAuthProviderId, ListOfRequiredAttributes)
[OAuthProviderId, Error0]),
Error0;
Config ->
rabbit_log:debug("Found oauth_provider configuration ~p", [Config]),
OAuthProvider = map_to_oauth_provider(Config),
rabbit_log:debug("Resolved oauth_provider ~p", [format_oauth_provider(OAuthProvider)]),
case find_missing_attributes(OAuthProvider, ListOfRequiredAttributes) of
Expand Down

0 comments on commit 5d0f970

Please sign in to comment.