From f19256707249b6aca25e7fcf9175f31ffe1675f2 Mon Sep 17 00:00:00 2001 From: ibuler Date: Fri, 10 Feb 2023 15:21:48 +0800 Subject: [PATCH] perf: remove debug --- apps/authentication/mixins.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/authentication/mixins.py b/apps/authentication/mixins.py index 321f52ed7..f381edecf 100644 --- a/apps/authentication/mixins.py +++ b/apps/authentication/mixins.py @@ -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: