commit 2e8bffa: [Minor] Remove occasional debug
Vsevolod Stakhov
vsevolod at highsecure.ru
Wed Dec 8 14:14:04 UTC 2021
Author: Vsevolod Stakhov
Date: 2021-12-08 14:07:17 +0000
URL: https://github.com/rspamd/rspamd/commit/2e8bffa2f408e1e7372fa72a70520802961444dd (HEAD -> master)
[Minor] Remove occasional debug
---
src/plugins/lua/multimap.lua | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/plugins/lua/multimap.lua b/src/plugins/lua/multimap.lua
index 2edc87870..8ae903078 100644
--- a/src/plugins/lua/multimap.lua
+++ b/src/plugins/lua/multimap.lua
@@ -821,7 +821,6 @@ local function multimap_callback(task, rule)
end
else
local hv = task:get_header_full(rule['header'])
- lua_util.debugm(N, task, "hui: %s", hv)
match_list(rule, hv, {'decoded'})
end
end,
More information about the Commits
mailing list