diff options
author | Carsten Rosenberg <c.rosenberg@heinlein-support.de> | 2018-03-20 14:44:43 +0100 |
---|---|---|
committer | Carsten Rosenberg <c.rosenberg@heinlein-support.de> | 2018-03-20 14:44:43 +0100 |
commit | fc41f127cc27c982008382781fc82e1f1256515d (patch) | |
tree | 81e640c144a841ef51d9fb429d4dafe620de7239 | |
parent | 041b5460c9779eacbdd47bf7c31fc6ed09ac101f (diff) | |
download | rspamd-fc41f127cc27c982008382781fc82e1f1256515d.tar.gz rspamd-fc41f127cc27c982008382781fc82e1f1256515d.zip |
Cleanup files
-rw-r--r-- | src/plugins/lua/antivirus.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/lua/antivirus.lua b/src/plugins/lua/antivirus.lua index 46f556c1d..4f132604b 100644 --- a/src/plugins/lua/antivirus.lua +++ b/src/plugins/lua/antivirus.lua @@ -531,8 +531,6 @@ local function sophos_check(task, rule) local bye = 'BYE\n' local function sophos_callback(err, data, conn) - rspamd_logger.errx(task, 'err: %s', err) - rspamd_logger.errx(task, 'data: %s', tostring(data)) if err then if err == 'IO timeout' then |