diff options
author | Carsten Rosenberg <c.rosenberg@heinlein-support.de> | 2018-03-22 14:32:57 +0100 |
---|---|---|
committer | Carsten Rosenberg <c.rosenberg@heinlein-support.de> | 2018-03-22 14:32:57 +0100 |
commit | 2293733c546dcf0b5245d597ca05d21e3df55840 (patch) | |
tree | fcbb31402728b92c3dea6130b07ae7be202432cc | |
parent | fc41f127cc27c982008382781fc82e1f1256515d (diff) | |
download | rspamd-2293733c546dcf0b5245d597ca05d21e3df55840.tar.gz rspamd-2293733c546dcf0b5245d597ca05d21e3df55840.zip |
Remove unnecessary debug out
-rw-r--r-- | src/plugins/lua/antivirus.lua | 1 |
1 files changed, 0 insertions, 1 deletions
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) |