Update src/registrar/tests/test_views.py

Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
This commit is contained in:
CuriousX 2023-12-28 22:32:25 -07:00 committed by GitHub
parent a4293b4aac
commit 7087434d76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -785,11 +785,6 @@ class DomainApplicationTests(TestWithUser, WebTest):
other_contacts_form = other_contacts_page.forms[0] 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 # 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 # the application doesn't work, we should be equipped with other unit