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 <[email protected]>
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()