diff --git a/doctor/tests.py b/doctor/tests.py index 5d8c935..f285ec0 100644 --- a/doctor/tests.py +++ b/doctor/tests.py @@ -298,7 +298,6 @@ def test_mime_type(self): files=files, params=params, ).json() - print(response) self.assertEqual( response["mimetype"], "application/pdf", @@ -814,8 +813,6 @@ def test_adjust_caption(self): 15 Defendant ) 16 ) """ content = adjust_caption_lines(content) - print(content) - print(expected_result) self.assertEqual(expected_result, content)