From 317cdf3e126fda6f4504ad8b18095f6f36266f9f Mon Sep 17 00:00:00 2001 From: Caio Carrara Date: Mon, 11 Apr 2016 09:42:40 -0300 Subject: Remove leftover print statement The print statement only printed a number. Seeing the print you cannot know what was printed. Seems that this line was left during a debug process. --- mail/src/leap/mail/walk.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mail/src/leap/mail/walk.py b/mail/src/leap/mail/walk.py index b6fea8d..17349e6 100644 --- a/mail/src/leap/mail/walk.py +++ b/mail/src/leap/mail/walk.py @@ -204,7 +204,6 @@ def walk_msg_tree(parts, body_phash=None): last_part = max(main_pmap.keys()) main_pmap[last_part][PART_MAP] = {} for partind in range(len(pv) - 1): - print partind + 1, len(parts) main_pmap[last_part][PART_MAP][partind] = parts[partind + 1] outer = parts[0] -- cgit v1.2.3