Skip to content

Commit b411a8b

Browse files
Update api/gen_ai/views.py
Co-authored-by: Matthew T <[email protected]>
1 parent da13f82 commit b411a8b

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
@@ -27,7 +27,6 @@ def validate_signature(self, request):
2727
if isinstance(key, str):
2828
key = key.encode("utf-8")
2929
expected_sig = request.headers.get("HTTP-X-GEN-AI-AUTH-SIGNATURE")
30-
print(request.headers)
3130
computed_sig = (
3231
"sha256=" + hmac.new(key, request.body, digestmod=sha256).hexdigest()
3332
)

0 commit comments

Comments
 (0)