refactor: remove debug prints

This commit is contained in:
Herculino Trotta
2025-08-16 17:38:22 -03:00
parent 4540e48fe5
commit 7e4defb9cc
2 changed files with 0 additions and 2 deletions

View File

@@ -139,7 +139,6 @@ class DynamicModelMultipleChoiceField(forms.ModelMultipleChoiceField):
instance.save()
return instance
except Exception as e:
print(e)
raise ValidationError(_("Error creating new instance"))
def clean(self, value):