From 2293733c546dcf0b5245d597ca05d21e3df55840 Mon Sep 17 00:00:00 2001 From: Carsten Rosenberg Date: Thu, 22 Mar 2018 14:32:57 +0100 Subject: [PATCH] Remove unnecessary debug out --- src/plugins/lua/antivirus.lua | 1 - 1 file changed, 1 deletion(-) 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) -- 2.39.5