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.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b19fb9  Drop debug statement (commented)
2b19fb9 is described below

commit 2b19fb97e21c51237eccee1e8184495636e00db9
Author: Sebb <[email protected]>
AuthorDate: Wed Aug 26 10:21:40 2020 +0100

    Drop debug statement (commented)
---
 tools/archiver.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/archiver.py b/tools/archiver.py
index a614b1b..1ffd6a2 100755
--- a/tools/archiver.py
+++ b/tools/archiver.py
@@ -394,7 +394,6 @@ class Archiver(object): # N.B. Also used by import-mbox.py
                     saved_body = saved_body.encode('utf-8', 'replace')
                 try:
                     body = formatflowed.convertToWrapped(saved_body, 
wrap_fixed=False, character_set="utf-8")
-                    # print(body,file=sys.stderr)
                 except:
                     pass # Don't try to recover
 

Reply via email to