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():
|
||||
form.save()
|
||||
d = dict(form.cleaned_data)
|
||||
print(d)
|
||||
del d['email']
|
||||
self.request.customer.log_action('pretix.customer.changed', d)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user