diff --git a/go/billing/tests/test_tasks.py b/go/billing/tests/test_tasks.py index 6cd6b5ee6..62bb51a84 100644 --- a/go/billing/tests/test_tasks.py +++ b/go/billing/tests/test_tasks.py @@ -642,7 +642,6 @@ def test_email_sent(self): str(self.acc.user.email), str(self.acc.user.get_full_name()), '70.100'), email.subject) - print email.body self.assertTrue('29.900%' in email.body) self.assertTrue('1,234.56 credits' in email.body) self.assertTrue(self.django_user.get_full_name() in email.body)