diff --git a/pretix_email_template_plugin/signals.py b/pretix_email_template_plugin/signals.py index 022ffb9..89ebd12 100644 --- a/pretix_email_template_plugin/signals.py +++ b/pretix_email_template_plugin/signals.py @@ -18,8 +18,6 @@ def identifier(self): def render(self, context): position = context["position"] - # TODO: print statement for sanity check -- remove - print(f"attendee_email: {position.attendee_email}") return position.attendee_email def render_sample(self, context):