diff --git a/test_marvin_actions.py b/test_marvin_actions.py index c59c040..8921053 100644 --- a/test_marvin_actions.py +++ b/test_marvin_actions.py @@ -96,7 +96,6 @@ def assertSunOutput(self, expectedOutput): response._content = str.encode(json.dumps(json.load(f))) with mock.patch("marvin_actions.requests") as r: r.get.return_value = response - print(response) self.assertActionOutput(marvin_actions.marvinSun, "sol", expectedOutput) def testSmile(self):