mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 18:39:21 +02:00
log cleanup
This commit is contained in:
parent
27acae12e2
commit
9024d683af
1 changed files with 0 additions and 1 deletions
|
@ -230,7 +230,6 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView):
|
|||
if self.__class__ == DomainRequestWizard:
|
||||
if request.path_info == self.NEW_URL_NAME:
|
||||
context = self.get_context_data()
|
||||
logger.debug("CONTEXT profile flag is %s" % context["has_profile_feature_flag"])
|
||||
return render(request, "domain_request_intro.html", context=context)
|
||||
else:
|
||||
return self.goto(self.steps.first)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue