fix: remove debug statements

This commit is contained in:
huanghongxun
2021-08-22 22:18:02 +08:00
parent 54fe311a3d
commit f79465038b

View File

@@ -198,7 +198,6 @@ public class MicrosoftService {
}
public boolean validate(String tokenType, String accessToken) throws AuthenticationException {
if (true) return false;
requireNonNull(tokenType);
requireNonNull(accessToken);