removed print statements

This commit is contained in:
asaki222 2024-10-23 20:38:52 -04:00
parent bac8d674aa
commit 37ebe4e59b
No known key found for this signature in database
GPG key ID: 2C4F802060E06EA4
2 changed files with 0 additions and 3 deletions

View file

@ -178,7 +178,6 @@ class GenericTestHelper(TestCase):
"""
# 'o' is a search param defined by the current index position in the
# table, plus one.
print(" we are in table sorted right now")
dummy_request = self.factory.get(
self.url,
{"o": o_index},
@ -203,7 +202,6 @@ class GenericTestHelper(TestCase):
middleware = SessionMiddleware(lambda req: req)
middleware.process_request(request)
request.session.save()
print(" we are in mock user request for factory, here is the returned requset", request)
return request
def get_table_delete_confirmation_page(self, selected_across: str, index: str):

View file

@ -459,7 +459,6 @@ class TestDomainRequestAdmin(MockEppLib):
)
# Assert that sorting in reverse works correctly
print("working there is a thingy")
self.test_helper.assert_table_sorted(
"-13",
(