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
commit 778ca22843e38b4a246f0cc4fafd2c2c9bda3a2c Author: Sebb <s...@apache.org> AuthorDate: Fri Dec 6 15:01:28 2024 +0000 Drop debug --- server/plugins/defuzzer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/server/plugins/defuzzer.py b/server/plugins/defuzzer.py index 42e2592..2c2d140 100644 --- a/server/plugins/defuzzer.py +++ b/server/plugins/defuzzer.py @@ -225,5 +225,4 @@ def defuzz(formdata: dict, nodate: bool = False, list_override: typing.Optional[ if must_not: query_as_bool["must_not"] = must_not - print(query_as_bool) return query_as_bool