Skip to content

Commit

Permalink
Remove a print statement
Browse files Browse the repository at this point in the history
Oops
  • Loading branch information
seanh committed Sep 5, 2023
1 parent 7098d89 commit ca2124e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lms/tasks/mailchimp.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ def send(*, sender, recipient, **kwargs) -> None:

with app.request_context() as request: # pylint:disable=no-member
mailchimp_service = request.find_service(name="mailchimp")
print(request.environ)
with request.tm:
mailchimp_service.send(sender=sender, recipient=recipient, **kwargs)

0 comments on commit ca2124e

Please sign in to comment.