From: Vsevolod Stakhov Date: Fri, 12 Oct 2018 15:44:01 +0000 (+0100) Subject: [Minor] Remove stupid debugging X-Git-Tag: 1.8.1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5721acc86dc48a171684441699d2a960c102d53;p=thirdparty%2Frspamd.git [Minor] Remove stupid debugging --- diff --git a/src/plugins/lua/whitelist.lua b/src/plugins/lua/whitelist.lua index 7e6052d241..1c8612386f 100644 --- a/src/plugins/lua/whitelist.lua +++ b/src/plugins/lua/whitelist.lua @@ -207,7 +207,6 @@ local function whitelist_cb(symbol, rule, task) if not found_bl then final_mult = val[2] - lua_util.debugm(N, task, "hui4 final mult: %s", final_mult) end end end @@ -219,7 +218,6 @@ local function whitelist_cb(symbol, rule, task) table.insert(opts, dom .. ':d:-') found_bl = true final_mult = val[2] - lua_util.debugm(N, task, "hui2 final mult: %s", final_mult) end end end @@ -229,7 +227,6 @@ local function whitelist_cb(symbol, rule, task) if val[1] == 'both' or val[1] == 'bl' then found_bl = true final_mult = val[2] - lua_util.debugm(N, task, "hui3 final mult: %s", final_mult) table.insert(opts, string.format("%s:%s:-", dom, what)) end else @@ -238,7 +235,6 @@ local function whitelist_cb(symbol, rule, task) table.insert(opts, string.format("%s:%s:+", dom, what)) if not found_bl then final_mult = val[2] - lua_util.debugm(N, task, "hui1 final mult: %s", final_mult) end end end