diff --git a/bodhi/tests/client/test___init__.py b/bodhi/tests/client/test___init__.py index 5fa9a2a3d0..b506b5e368 100644 --- a/bodhi/tests/client/test___init__.py +++ b/bodhi/tests/client/test___init__.py @@ -1653,10 +1653,6 @@ def test_addbuilds_removebuilds(self, send_request, query): verb='GET' ) ] - print("CALLS") - print(calls) - print("MOCK_CALLS") - print(send_request.mock_calls) self.assertEqual(send_request.mock_calls, calls) self.assertEqual(bindings_client.base_url, 'http://localhost:6543/')