]> source.dussan.org Git - rspamd.git/commitdiff
Remove stupid debug.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 25 Jun 2015 16:13:51 +0000 (17:13 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 25 Jun 2015 16:33:19 +0000 (17:33 +0100)
src/plugins/lua/settings.lua

index 1ea87e29e2a8463de1634aaf7f6ecab504cc97fa..7420d07164d2b1b0266b648b742f2986611d7798 100644 (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