Skip to content

Commit 5d0f970

Browse files
Eliminate redundant log statement
1 parent f04adcd commit 5d0f970

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
@@ -413,7 +413,6 @@ get_oauth_provider(OAuthProviderId, ListOfRequiredAttributes)
413413
[OAuthProviderId, Error0]),
414414
Error0;
415415
Config ->
416-
rabbit_log:debug("Found oauth_provider configuration ~p", [Config]),
417416
OAuthProvider = map_to_oauth_provider(Config),
418417
rabbit_log:debug("Resolved oauth_provider ~p", [format_oauth_provider(OAuthProvider)]),
419418
case find_missing_attributes(OAuthProvider, ListOfRequiredAttributes) of

0 commit comments

Comments
 (0)