Skip to content

Commit

Permalink
Remove check for debug enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Nov 18, 2024
1 parent fb3b40a commit 810f016
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,7 @@ private AuthCredentials extractCredentials0(final SecurityRequest request) {
}
}
}
if (log.isDebugEnabled()) {
log.debug("Unable to authenticate JWT Token with any configured signing key");
}
log.debug("Unable to authenticate JWT Token with any configured signing key");
return null;
}

Expand Down

0 comments on commit 810f016

Please sign in to comment.