From 7087434d7601bc5be270fa37534bcb55cda20c9c Mon Sep 17 00:00:00 2001 From: CuriousX Date: Thu, 28 Dec 2023 22:32:25 -0700 Subject: [PATCH] Update src/registrar/tests/test_views.py Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com> --- src/registrar/tests/test_views.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/registrar/tests/test_views.py b/src/registrar/tests/test_views.py index 7301cc681..17a40d517 100644 --- a/src/registrar/tests/test_views.py +++ b/src/registrar/tests/test_views.py @@ -785,11 +785,6 @@ class DomainApplicationTests(TestWithUser, WebTest): other_contacts_form = other_contacts_page.forms[0] - # DEBUG print statements - for f in other_contacts_form.fields: - if "submit" not in f: - print(f) - print(other_contacts_form[f].value) # Minimal check to ensure the form is loaded with data (if this part of # the application doesn't work, we should be equipped with other unit