diff --git a/src/registrar/tests/common.py b/src/registrar/tests/common.py index 923195bc1..4246d4d13 100644 --- a/src/registrar/tests/common.py +++ b/src/registrar/tests/common.py @@ -1543,8 +1543,6 @@ class MockEppLib(TestCase): def mockInfoDomainCommands(self, _request, cleaned): request_name = getattr(_request, "name", None).lower() - print(request_name) - # Define a dictionary to map request names to data and extension values request_mappings = { "security.gov": (self.infoDomainNoContact, None), diff --git a/src/registrar/tests/test_reports.py b/src/registrar/tests/test_reports.py index 0028034fb..d0257b12c 100644 --- a/src/registrar/tests/test_reports.py +++ b/src/registrar/tests/test_reports.py @@ -735,8 +735,6 @@ class ExportDataTest(MockDb, MockEppLib): csv_file.seek(0) # Read the content into a variable csv_content = csv_file.read() - print(csv_content) - self.maxDiff = None expected_content = ( # Header "Domain request,Submitted at,Status,Domain type,Federal type,"