forked from CGM_Public/pretix_original
Remove debug statement
This commit is contained in:
@@ -526,7 +526,6 @@ class ChangeInformationView(CustomerRequiredMixin, FormView):
|
|||||||
with transaction.atomic():
|
with transaction.atomic():
|
||||||
form.save()
|
form.save()
|
||||||
d = dict(form.cleaned_data)
|
d = dict(form.cleaned_data)
|
||||||
print(d)
|
|
||||||
del d['email']
|
del d['email']
|
||||||
self.request.customer.log_action('pretix.customer.changed', d)
|
self.request.customer.log_action('pretix.customer.changed', d)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user