From 929ecf3da16aac98f4b22ee88ed87fbeca317739 Mon Sep 17 00:00:00 2001 From: Rudi Giesler Date: Tue, 13 Jan 2015 12:37:50 +0200 Subject: [PATCH] Remove temporary print statement --- go/billing/tests/test_tasks.py | 1 - 1 file changed, 1 deletion(-) 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)