From: Carsten Rosenberg Date: Thu, 22 Mar 2018 13:32:57 +0000 (+0100) Subject: Remove unnecessary debug out X-Git-Tag: 1.7.2~10^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2105%2Fhead;p=rspamd.git Remove unnecessary debug out --- diff --git a/src/plugins/lua/antivirus.lua b/src/plugins/lua/antivirus.lua index 4f132604b..63e9f9197 100644 --- a/src/plugins/lua/antivirus.lua +++ b/src/plugins/lua/antivirus.lua @@ -555,7 +555,6 @@ local function sophos_check(task, rule) else upstream:ok() data = tostring(data) - rspamd_logger.errx(task, 'data2: %s', data) local vname = string.match(data, 'VIRUS (%S+) ') if vname then yield_result(task, rule, vname)