diff --git a/refunding/tests.py b/refunding/tests.py index d7b8563..618d537 100644 --- a/refunding/tests.py +++ b/refunding/tests.py @@ -19,7 +19,6 @@ class MonthBeforeJanuaryTestCase(TestCase): response = c.get(reverse('new_refund')) self.assertLess(response.status_code, 300) - print(response.content) expected_date = datetime.date.today().isoformat() self.assertIn(expected_date,response.content.decode('utf-8'))