removed extraneous line of code

This commit is contained in:
David Kennedy 2024-01-10 18:43:53 -05:00
parent 3a221ce1cc
commit b5161eec4c
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -171,7 +171,6 @@ class RegistrarFormSet(forms.BaseFormSet):
else:
# If there are no other relationships, delete the object
db_obj.delete()
continue
else:
pre_update(db_obj, cleaned)
db_obj.save()