Skip to content

Commit

Permalink
Remove stacktrace debug statement in OBOAutehnticator
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Aug 22, 2023
1 parent a2c6db1 commit 43b8d5d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ private AuthCredentials extractCredentials0(final RestRequest request) {
log.error("Cannot authenticate user with JWT because of ", e);
return null;
} catch (Exception e) {
e.printStackTrace();
if (log.isDebugEnabled()) {
log.debug("Invalid or expired JWT token.", e);
}
Expand Down

0 comments on commit 43b8d5d

Please sign in to comment.