Remove debug output

This commit is contained in:
Patrick Ulbrich
2016-08-04 18:24:50 +02:00
parent 19ed4745e3
commit e113012e1d

View File

@@ -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: