You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2020/08/30 12:56:35 UTC

[incubator-ponymail-unit-tests] branch master updated: Drop accidental debug

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-unit-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new 37dede0  Drop accidental debug
37dede0 is described below

commit 37dede0fa3c23b2d877de3ace2ca4b0d1a2415f2
Author: Sebb <se...@apache.org>
AuthorDate: Sun Aug 30 13:56:16 2020 +0100

    Drop accidental debug
---
 tools/collate-mboxes.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/collate-mboxes.py b/tools/collate-mboxes.py
index 5b9a39d..76fa9a7 100755
--- a/tools/collate-mboxes.py
+++ b/tools/collate-mboxes.py
@@ -23,7 +23,6 @@ for msgfile in msgfiles:
     )
     for key in messages.iterkeys():
         message = messages.get(key)
-        print(message.get_from())
         msgid = message.get('message-id')
         if msgid:
             sortkey = msgid.strip()