]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Cleanup files 2095/head
authorCarsten Rosenberg <c.rosenberg@heinlein-support.de>
Tue, 20 Mar 2018 13:44:43 +0000 (14:44 +0100)
committerCarsten Rosenberg <c.rosenberg@heinlein-support.de>
Tue, 20 Mar 2018 13:44:43 +0000 (14:44 +0100)
src/plugins/lua/antivirus.lua

index 46f556c1d22aa7ace2581baf9e8010d10470a223..4f132604bb349bf12e676c20765bdc131f28b1ae 100644 (file)
@@ -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