Skip to content

Commit

Permalink
removing breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoStorm96 committed Aug 23, 2023
1 parent d4791a7 commit 7133535
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions reviews/utils/review_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,7 @@ def start_assignment_phase(proposal):
msg_plain = render_to_string('mail/submitted_longroute_other_applicants.txt', params)
msg_html = render_to_string('mail/submitted_longroute_other_applicants.html', params)
other_applicants_emails = [applicant.email for applicant in proposal.applicants.all()]
breakpoint()
other_applicants_emails.remove(proposal.created_by.email)
breakpoint()
send_mail(subject, msg_plain, settings.EMAIL_FROM, other_applicants_emails, html_message=msg_html)

if proposal.inform_local_staff:
Expand Down

0 comments on commit 7133535

Please sign in to comment.