From e113012e1debea13c0a9fbdfac32323f8ad0db93 Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Thu, 4 Aug 2016 18:24:50 +0200 Subject: [PATCH] Remove debug output --- Mailnag/common/accounts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Mailnag/common/accounts.py b/Mailnag/common/accounts.py index c0696de..264b6b1 100644 --- a/Mailnag/common/accounts.py +++ b/Mailnag/common/accounts.py @@ -107,7 +107,6 @@ class Account: conn.logout() for d in data: - logging.debug("Folder raw format: %s" % d) match = re.match('.+\s+("."|"?NIL"?)\s+"?([^".]+)"?$', d) if match == None: