diff --git a/src/registrar/forms/application_wizard.py b/src/registrar/forms/application_wizard.py index 82821f8d9..2d151a08e 100644 --- a/src/registrar/forms/application_wizard.py +++ b/src/registrar/forms/application_wizard.py @@ -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()