Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Remove temporary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudi Giesler committed Jan 13, 2015
1 parent cc37c6f commit 929ecf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/billing/tests/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 929ecf3

Please sign in to comment.