From d0dbe022858d37b96e7b4170acf50e26f394cbf6 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 20 Mar 2026 17:33:42 +0800 Subject: [PATCH] bugfix --- rbac/userperm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rbac/userperm.py b/rbac/userperm.py index fa5a904..da0f3ae 100644 --- a/rbac/userperm.py +++ b/rbac/userperm.py @@ -44,7 +44,6 @@ where a.id = c.userid def check_roles_path(self, roles, path): for role in roles: paths = self.rp_caches.get(role) - debug(f'{role=},{path}, {paths=}') return path in paths async def is_user_has_path_perm(self, userid, path):