From 2c0987d0485a891f766cdbdd822c00c795590c8e Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:14:34 -0600 Subject: [PATCH] Update wizard_form_helper.py --- src/registrar/forms/utility/wizard_form_helper.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/registrar/forms/utility/wizard_form_helper.py b/src/registrar/forms/utility/wizard_form_helper.py index f15382b44..2ae50f908 100644 --- a/src/registrar/forms/utility/wizard_form_helper.py +++ b/src/registrar/forms/utility/wizard_form_helper.py @@ -263,8 +263,6 @@ class BaseYesNoForm(RegistrarForm): }, ) - print(f"wjat are the error messages? {choice_field.error_messages}") - return choice_field def get_initial_value(self):