From: Olivier Matz Date: Fri, 9 Dec 2016 12:40:22 +0000 (+0100) Subject: remove debug print X-Git-Url: http://git.droids-corp.org/?p=imapami.git;a=commitdiff_plain remove debug print Fixes: c3f8bd76c0ca ("use uids to manipulate mails") Signed-off-by: Olivier Matz --- diff --git a/imapami/rules.py b/imapami/rules.py index 3adff91..a9fa86d 100644 --- a/imapami/rules.py +++ b/imapami/rules.py @@ -220,7 +220,6 @@ class ImapamiRule(object): mail_data = {'item': item, 'inbox': inbox} if parts != []: resp, data = ami.imap.uid("FETCH", item, parts_str) - print resp, data if resp != 'OK': ami.logger.warning( "search failed: server response = %s, skip item",