From d8ccf73da1c1dffc5c45fbea6f54c54036d65901 Mon Sep 17 00:00:00 2001 From: kaeff Date: Wed, 19 Aug 2015 19:39:26 +0200 Subject: Remove poor person's debugging prints --- service/test/unit/adapter/mailstore/test_leap_mailstore.py | 1 - 1 file changed, 1 deletion(-) (limited to 'service/test/unit/adapter') diff --git a/service/test/unit/adapter/mailstore/test_leap_mailstore.py b/service/test/unit/adapter/mailstore/test_leap_mailstore.py index a28731e3..c2ad2d5a 100644 --- a/service/test/unit/adapter/mailstore/test_leap_mailstore.py +++ b/service/test/unit/adapter/mailstore/test_leap_mailstore.py @@ -300,7 +300,6 @@ class TestLeapMailStore(TestCase): attachment = MIMEApplication('pretend to be binary attachment data') attachment.add_header('Content-Disposition', 'attachment', filename='filename.txt') input_mail.attach(attachment) - print input_mail.as_string() mocked_message = self._add_create_mail_mocks_to_soledad(input_mail) store = LeapMailStore(self.soledad) -- cgit v1.2.3