From 1bd6c67e7e9f23dd485d901a41b88a63a573afc7 Mon Sep 17 00:00:00 2001 From: "alexander.pace@ligo.org" <alexander.pace@ligo.org> Date: Fri, 15 Nov 2019 13:21:34 -0600 Subject: [PATCH] Removed raised ValueError from debugging. Yeah, save it. --- gracedb/api/backends.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gracedb/api/backends.py b/gracedb/api/backends.py index 52252964f..3766ecdb5 100644 --- a/gracedb/api/backends.py +++ b/gracedb/api/backends.py @@ -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 -- GitLab