@@ -37,8 +37,6 @@ public class SaTokenConfigure {
SaRouter.match("/**")
.notMatch(saTokenConfigProperties.getLoginUrls())
.check(r -> {
-
- log.info("sa-token checkLogin, request path : {}", SaHolder.getRequest().getRequestPath());
StpUtil.checkLogin();
});