diff --git a/queue_services/entity-filer/src/entity_filer/filing_processors/filing_components/parties.py b/queue_services/entity-filer/src/entity_filer/filing_processors/filing_components/parties.py index 20e12a4d43..14929438c5 100644 --- a/queue_services/entity-filer/src/entity_filer/filing_processors/filing_components/parties.py +++ b/queue_services/entity-filer/src/entity_filer/filing_processors/filing_components/parties.py @@ -423,7 +423,6 @@ def create_entity_with_addresses(party_dict) -> LegalEntity: else: new_party.delivery_address = delivery_address - # new_party.save() return new_party