Remove print statement

This commit is contained in:
Raphael Michel
2021-08-18 16:50:03 +02:00
parent eb77c2f6f6
commit 1f46a8b91b

View File

@@ -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