mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 17:53:31 +02:00
removed extraneous line of code
This commit is contained in:
parent
3a221ce1cc
commit
b5161eec4c
1 changed files with 0 additions and 1 deletions
|
@ -171,7 +171,6 @@ class RegistrarFormSet(forms.BaseFormSet):
|
||||||
else:
|
else:
|
||||||
# If there are no other relationships, delete the object
|
# If there are no other relationships, delete the object
|
||||||
db_obj.delete()
|
db_obj.delete()
|
||||||
continue
|
|
||||||
else:
|
else:
|
||||||
pre_update(db_obj, cleaned)
|
pre_update(db_obj, cleaned)
|
||||||
db_obj.save()
|
db_obj.save()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue