Skip to content

Commit

Permalink
OM-344: removing prints
Browse files Browse the repository at this point in the history
  • Loading branch information
sniedzielski committed Oct 18, 2024
1 parent b3eb05d commit bcd701c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions worker_voucher/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,12 +646,10 @@ def delete(self, group_id, eu_uuid):
group__policyholder__is_deleted=False,
is_deleted=False,
)
print(worker_group)
worker_group.delete()
gow.delete(user=self.user)
return []
except Exception as exc:
print(exc)
return output_exception(model_name=self.OBJECT_TYPE.__name__, method="delete", exception=exc)


Expand Down

0 comments on commit bcd701c

Please sign in to comment.