mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
removed print statements
This commit is contained in:
parent
bac8d674aa
commit
37ebe4e59b
2 changed files with 0 additions and 3 deletions
|
@ -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):
|
||||
|
|
|
@ -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",
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue