perf: remove debug

pull/9494/head
ibuler 2023-02-10 15:21:48 +08:00
parent 98a2d39a04
commit f192567072
1 changed files with 0 additions and 1 deletions

View File

@ -327,7 +327,6 @@ class AuthACLMixin:
get_request_ip: Callable
def _check_login_acl(self, user, ip):
raise ValueError('Not implement')
# ACL 限制用户登录
acl = LoginACL.match(user, ip)
if not acl: