From ec7ccd73dd80b51c349fc6240d5bc2a7a556fbd4 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. --- src/leap/mail/walk.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/leap/mail/walk.py b/src/leap/mail/walk.py index b6fea8d..17349e6 100644 --- a/src/leap/mail/walk.py +++ b/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