From fb10d3a5be46ab6d225a6c10725ecc205458bf85 Mon Sep 17 00:00:00 2001 From: Trenton Holmes Date: Wed, 11 May 2022 12:35:12 -0700 Subject: [PATCH] Removes accidental printing left in testing --- src/documents/tests/test_api.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/documents/tests/test_api.py b/src/documents/tests/test_api.py index 2b3643136..763070715 100644 --- a/src/documents/tests/test_api.py +++ b/src/documents/tests/test_api.py @@ -1395,9 +1395,6 @@ class TestDocumentApiV2(DirectoriesMixin, APITestCase): response = self.client.get("/api/ui_settings/", format="json") - print(response) - print(response.data) - self.assertEqual(response.status_code, 200) self.assertDictEqual( response.data["settings"],