mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-07 08:56:09 +02:00
Remove debug output
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user