removed stray comment

This commit is contained in:
CocoByte 2024-06-18 16:42:00 -06:00
parent 46c2326933
commit 412a144c8c
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -2576,7 +2576,6 @@ class PortfolioAdmin(ListHeaderAdmin):
is_federal = obj.organization_type == DomainRequest.OrganizationChoices.FEDERAL
if is_federal and obj.organization_name is None:
obj.organization_name = obj.federal_agency.agency
# NOTE: What is meant by "federal agency text name?"
super().save_model(request, obj, form, change)