mirror of
https://github.com/pretix/pretix.git
synced 2026-05-14 16:44:06 +00:00
remove print statements
This commit is contained in:
@@ -66,7 +66,6 @@ class PropertyMappingForm(forms.Form):
|
||||
self.fields["overwrite"].choices = [
|
||||
(key, label) for (key, label) in self.fields["overwrite"].choices if key in available_modes
|
||||
]
|
||||
print(self.fields)
|
||||
|
||||
|
||||
class PropertyMappingFormSet(formset_factory(
|
||||
|
||||
Reference in New Issue
Block a user