Remove stray debug line
This line was accidentally left laying around. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
parent
5fe522ae4f
commit
09ef5ab042
@ -168,7 +168,6 @@ def imapsplit(imapstring):
|
||||
elif splitslen == 0:
|
||||
# There was not even an unquoted word.
|
||||
break
|
||||
getglobalui().warn("%s->%s" % (imapstring, retval))
|
||||
return retval
|
||||
|
||||
flagmap = [('\\Seen', 'S'),
|
||||
|
Loading…
Reference in New Issue
Block a user