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 ea5cfc4 Debug
ea5cfc4 is described below
commit ea5cfc476dc7f1f7ce356fdc3cb53af4c483cdfe
Author: Sebb <[email protected]>
AuthorDate: Wed Aug 26 22:57:53 2020 +0100
Debug
---
tests/test-parsing.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/test-parsing.py b/tests/test-parsing.py
index 5495384..12ec894 100755
--- a/tests/test-parsing.py
+++ b/tests/test-parsing.py
@@ -124,7 +124,6 @@ def main():
help = 'Skip Mboxo processing')
args = parser.parse_args()
- print(args.nomboxo,file=sys.stderr)
if args.rootdir:
tools_dir = os.path.join(args.rootdir, 'tools')
else: