Skip to content

Commit 161ab0e

Browse files
Merge branch 'rvinnakota/add-ai-auth-endpoint' of https://github.com/codecov/codecov-api into rvinnakota/add-ai-auth-endpoint
2 parents 624ee10 + b411a8b commit 161ab0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/gen_ai/views.py

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def validate_signature(self, request):
3030
if isinstance(key, str):
3131
key = key.encode("utf-8")
3232
expected_sig = request.headers.get("HTTP-X-GEN-AI-AUTH-SIGNATURE")
33-
print(request.headers)
3433
computed_sig = (
3534
"sha256=" + hmac.new(key, request.body, digestmod=sha256).hexdigest()
3635
)

0 commit comments

Comments
 (0)