diff options
| author | Kali Kaneko <kali@leap.se> | 2014-02-17 10:53:30 -0400 | 
|---|---|---|
| committer | Kali Kaneko <kali@leap.se> | 2014-02-17 11:39:51 -0400 | 
| commit | a59925867360660a464fef1705d6fc438491ce78 (patch) | |
| tree | 65525e8ab64b1b8fa53cb45849a556cf15dc8a63 /mail | |
| parent | 1e01e1caff8f04ce7a6488c25cc5cfd7592a4316 (diff) | |
remove floody log
Diffstat (limited to 'mail')
| -rw-r--r-- | mail/src/leap/mail/imap/soledadstore.py | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/mail/src/leap/mail/imap/soledadstore.py b/mail/src/leap/mail/imap/soledadstore.py index e1a278a..732fe03 100644 --- a/mail/src/leap/mail/imap/soledadstore.py +++ b/mail/src/leap/mail/imap/soledadstore.py @@ -529,9 +529,6 @@ class SoledadStore(ContentDedup):              if value > old_val:                  mbox_doc.content[key] = value                  self._soledad.put_doc(mbox_doc) -            else: -                logger.error("%r:%s Tried to write a UID lesser than what's " -                             "stored!" % (mbox, value))      def get_flags_doc(self, mbox, uid):          """ | 
