Remove stray debug line

This line was accidentally left laying around.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
Sebastian Spaeth 2012-01-20 11:31:41 +01:00
parent 5fe522ae4f
commit 09ef5ab042
1 changed files with 0 additions and 1 deletions

View File

@ -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'),