]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Remove unused debug
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 6 Jun 2017 11:39:33 +0000 (12:39 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 6 Jun 2017 11:39:33 +0000 (12:39 +0100)
rules/misc.lua

index 147335e71bf9e4cd66a08296c416d87cf3ad848a..2a4b5c107b0247e777a3ef150d7accd11e9e6f76 100644 (file)
@@ -209,7 +209,6 @@ local check_rcvd = rspamd_config:register_symbol{
         rcvd = rcvds[2] or {}
       end
       if rcvd.flags and rcvd.flags['ssl'] then
-        local logger = require "rspamd_logger"
         task:insert_result('RCVD_TLS_LAST', 1.0)
       else
         task:insert_result('RCVD_NO_TLS_LAST', 1.0)