Skip to content

Commit

Permalink
Remove sysout
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Jan 10, 2024
1 parent 6986995 commit 0fc1198
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,6 @@ public boolean authenticate(final SecurityRequestChannel request) {

boolean firstChallengingAuthenticatorIsSaml = firstChallengingHttpAuthenticator != null
&& "saml".equals(firstChallengingHttpAuthenticator.getType());
System.out.println("firstChallengingAuthenticatorIsSaml = " + firstChallengingAuthenticatorIsSaml);
System.out.println("request.path: " + request.path());
if (authCredentials == null
&& anonymousAuthEnabled
&& !(firstChallengingAuthenticatorIsSaml
Expand Down

0 comments on commit 0fc1198

Please sign in to comment.