Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit a0a5ad8

Browse files
remove print
1 parent 28457dd commit a0a5ad8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/gen_ai/views.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,13 @@ def post(self, request, *args, **kwargs):
4949
).first()
5050

5151
if not app_install:
52-
print("FAILED")
5352
is_authorized = False
5453

5554
else:
5655
repo_ids = app_install.repository_service_ids
5756
if repo_ids and repo_service_id not in repo_ids:
58-
print("HERE")
5957
is_authorized = False
6058

6159
return Response({"is_valid": is_authorized})
6260

6361

64-
# api/gen_ai/tests/test_gen_ai.py

0 commit comments

Comments
 (0)