mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
Remove comment
This commit is contained in:
parent
a233420af9
commit
d5c5007b34
2 changed files with 0 additions and 3 deletions
|
@ -218,7 +218,6 @@ def available(cls, domain: str) -> bool:
|
|||
return True
|
||||
```
|
||||
|
||||
|
||||
### Testing behind logged in pages
|
||||
|
||||
To test behind logged in pages with external tools, like `pa11y-ci` or `OWASP Zap`, add
|
||||
|
|
|
@ -21,7 +21,6 @@ from registrar.models.contact import Contact
|
|||
from registrar.models.user import User
|
||||
from registrar.views.utility import StepsHelper
|
||||
from registrar.utility.enums import Step, PortfolioDomainRequestStep
|
||||
from registrar.models.utility.generic_helper import get_url_name
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
@ -228,7 +227,6 @@ class DomainRequestWizard(TemplateView):
|
|||
self._domain_request.generic_org_type = portfolio.organization_type
|
||||
self._domain_request.save()
|
||||
else:
|
||||
# Should not see this statement wanyway bc we are creating w portfolio
|
||||
self._domain_request = DomainRequest.objects.create(creator=self.request.user)
|
||||
return self._domain_request
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue