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-foal.git
The following commit(s) were added to refs/heads/master by this push:
new f4a64b6 Drop temp debug
f4a64b6 is described below
commit f4a64b6d86cee021871268db8cbdc577f0ac2dfd
Author: Sebb <[email protected]>
AuthorDate: Sat Nov 27 15:01:25 2021 +0000
Drop temp debug
---
tools/import-mbox.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/import-mbox.py b/tools/import-mbox.py
index ed3b48b..1e0afac 100755
--- a/tools/import-mbox.py
+++ b/tools/import-mbox.py
@@ -417,7 +417,6 @@ class SlurpThread(Thread):
goodies += count
baddies += bad
- print(len(ja))
if len(ja) > 0 and not args.dry:
bulk_insert(self.name, ja, es, es.db_mbox)
ja = []