Skip to content

Commit

Permalink
chore: remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrliu committed Oct 9, 2024
1 parent 2bbb385 commit 373da0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pretix_email_template_plugin/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 373da0f

Please sign in to comment.