Skip to content

Commit

Permalink
Remove Logger
Browse files Browse the repository at this point in the history
Remove logger
  • Loading branch information
Gcolon021 committed Aug 29, 2023
1 parent aff7e6c commit 08c826b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ private void setSecurityContextForUser(ContainerRequestContext requestContext, S
String userForLogging;

// Find the user when checking the claims
logger.info("Looking for user with subject: " + claimsSubject);
User authenticatedUser = userRepo.findBySubject(claimsSubject);

if (authenticatedUser == null) {
Expand Down

0 comments on commit 08c826b

Please sign in to comment.