Remove test log

This commit is contained in:
Erin 2025-04-15 14:06:09 -04:00
parent 0785880a7e
commit 71a3e549b7
No known key found for this signature in database

View file

@ -327,7 +327,6 @@ class DomainRequestWizard(TemplateView):
# present message that domain request cannot be submitted
pending_requests = self.pending_requests()
if not flag_is_active_for_user(self.request.user, "organization_feature") and len(pending_requests) > 0:
logger.debug("flag is active for user %s: %s" % self.request.user, flag_is_active_for_user(self.request.user, "organization_feature"))
message_header = "You cannot submit this request yet"
message_content = (
f"<h4 class='usa-alert__heading'>{message_header}</h4> "