Remove debug statement

This commit is contained in:
Raphael Michel
2023-05-24 11:33:23 +02:00
parent af503d06fe
commit 63e4841460

View File

@@ -526,7 +526,6 @@ class ChangeInformationView(CustomerRequiredMixin, FormView):
with transaction.atomic():
form.save()
d = dict(form.cleaned_data)
print(d)
del d['email']
self.request.customer.log_action('pretix.customer.changed', d)