From d9cc947f6ef8e07348774177ca1eb30c471555fb Mon Sep 17 00:00:00 2001 From: CocoByte Date: Sun, 19 May 2024 16:02:34 -0600 Subject: [PATCH] linted --- src/registrar/forms/domain_request_wizard.py | 1 - src/registrar/models/domain_request.py | 1 - 2 files changed, 2 deletions(-) diff --git a/src/registrar/forms/domain_request_wizard.py b/src/registrar/forms/domain_request_wizard.py index 19e994c90..8e0e2887f 100644 --- a/src/registrar/forms/domain_request_wizard.py +++ b/src/registrar/forms/domain_request_wizard.py @@ -702,7 +702,6 @@ class CisaRepresentativeYesNoForm(BaseYesNoForm): """Yes/no toggle for the CISA regions question on additional details""" form_is_checked = property(lambda self: self.domain_request.has_cisa_representative) # type: ignore - logger.debug("CHECKING FOR YES/NO CHECK -- %s" % form_is_checked) field_name = "has_cisa_representative" diff --git a/src/registrar/models/domain_request.py b/src/registrar/models/domain_request.py index cad599439..5adc3e91b 100644 --- a/src/registrar/models/domain_request.py +++ b/src/registrar/models/domain_request.py @@ -457,7 +457,6 @@ class DomainRequest(TimeStampedModel): help_text="Determines if the user has a anything_else or not", ) - cisa_representative = models.ForeignKey( "registrar.Contact", null=True,