Remvoed Debug variable

I removed this variable.

The default level now is 3, not 5.
This commit is contained in:
Rodolfo García Peñas (kix)
2020-08-28 02:59:37 +02:00
parent 62209db06e
commit 0c58628c3b
2 changed files with 1 additions and 4 deletions

View File

@ -299,8 +299,6 @@ class OfflineImap(object):
for dtype in debugtypes:
dtype = dtype.strip()
self.ui.add_debug(dtype)
if dtype.lower() == u'imap':
imaplib.Debug = 5
if options.runonce:
# Must kill the possible default option.