mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Remove print statement
This commit is contained in:
@@ -36,7 +36,6 @@ class AllowListSecurityProfile:
|
||||
|
||||
def is_allowed(self, request):
|
||||
key = (request.method, f"{request.resolver_match.namespace}:{request.resolver_match.url_name}")
|
||||
print(key)
|
||||
return key in self.allowlist
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user