Browse Source

Remove stupid debug.

tags/1.0.0
Vsevolod Stakhov 9 years ago
parent
commit
c2020b7117
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/settings.lua

+ 1
- 1
src/plugins/lua/settings.lua View File

@@ -412,7 +412,7 @@ local function process_settings_map(string)
end
end
end
rspamd_logger.errx('hui: %1, %2', set_section[1], type(set_section))
if set_section[1] and type(set_section[1]) == "string" then
-- Just a map of ucl
if rspamd_config:add_map(set_section[1], "settings map", process_settings_map) then

Loading…
Cancel
Save