diff options
| author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-20 13:27:07 -0300 | 
|---|---|---|
| committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-20 13:27:07 -0300 | 
| commit | c8227124c3c78f56ad8c6c1ed212140f7248a225 (patch) | |
| tree | 20ae4497d22b88fde3719eb5b43076f3f52c2513 /mail/src | |
| parent | c5847f8991fb93d34f6364163ecae15c8376ab2b (diff) | |
| parent | 044825286cc79c863b0e0be79a6fcf8fde0ef891 (diff) | |
Merge branch 'release-0.3.3'
Diffstat (limited to 'mail/src')
| -rw-r--r-- | mail/src/leap/mail/imap/fetch.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/mail/src/leap/mail/imap/fetch.py b/mail/src/leap/mail/imap/fetch.py index e620a58..4fb3910 100644 --- a/mail/src/leap/mail/imap/fetch.py +++ b/mail/src/leap/mail/imap/fetch.py @@ -280,7 +280,6 @@ class LeapIncomingMail(object):          rawmsg = msg.get(self.CONTENT_KEY, None)          if not rawmsg:              return False -        logger.debug('got incoming message: %s' % (rawmsg,))          data = self._maybe_decrypt_gpg_msg(rawmsg)          return doc, data | 
