Skip to content
Snippets Groups Projects
Commit 1bd6c67e authored by Alexander Pace's avatar Alexander Pace
Browse files

Removed raised ValueError from debugging.

Yeah, save it.
parent 4f508978
No related branches found
No related tags found
1 merge request!29Python3
Pipeline #88949 passed
......@@ -221,7 +221,6 @@ class GraceDbX509FullCertAuthentication(GraceDbX509Authentication):
def authenticate(self, request):
raise ValueError(request)
# Make sure this request is directed to the API
if self.api_only and not is_api_request(request.path):
return None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment