remove print statements

This commit is contained in:
Mira Weller
2025-04-03 13:43:29 +02:00
parent a8acd976e1
commit e863ac23ca
2 changed files with 0 additions and 3 deletions

View File

@@ -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(