This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit 885eb4324b4052ff0e56b8d2e377eb19b2472274 Author: Daniel Gruno <[email protected]> AuthorDate: Sat Oct 16 23:29:31 2021 +0200 don't print ยด --- server/plugins/defuzzer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/server/plugins/defuzzer.py b/server/plugins/defuzzer.py index 0689b73..b6bce82 100644 --- a/server/plugins/defuzzer.py +++ b/server/plugins/defuzzer.py @@ -195,7 +195,6 @@ def defuzz(formdata: dict, nodate: bool = False, list_override: typing.Optional[ must.append({"match": {header: {"query": hvalue}}}) thebool = {"must": must} - print(thebool) if len(must_not) > 0: thebool["must_not"] = must_not
