Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Jul 16, 2024
1 parent a27083e commit 754434a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/src/backend/views/Groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def post(self, request, **_):

# Check that id of the group is unique
existing_group = Group.objects.filter(id=body.id, tenant_id=request.tenant_id).first()
print(model_to_dict(existing_group))
if existing_group != None:
return Conflict(f"A Group already exists with the id '{body.id}'")

Expand Down

0 comments on commit 754434a

Please sign in to comment.