log cleanup

This commit is contained in:
CocoByte 2024-05-23 16:56:40 -06:00
parent 27acae12e2
commit 9024d683af
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -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)