Skip to content

Commit

Permalink
Remove another print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Shumway committed Jan 16, 2025
1 parent ee90b24 commit 7a7daf8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/service_invite/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ def _create_service_invite(invited_user, nonce, state):
reply_to_text=invited_user.from_user.email_address,
created_at=created_at,
)
print(
hilite(f"saved notification created at time: {saved_notification.created_at}")
)
saved_notification.personalisation = personalisation
redis_store.set(
f"email-personalisation-{saved_notification.id}",
Expand Down

0 comments on commit 7a7daf8

Please sign in to comment.