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