]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Remove debug.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 16 Jul 2015 13:04:25 +0000 (14:04 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 16 Jul 2015 13:04:25 +0000 (14:04 +0100)
conf/lua/rspamd.lua

index 531d6b89a9659647ece9a6615e4d7c3a2cf3361a..2fee3dc77181ace7860809265eaca07bfbf9ccda 100644 (file)
@@ -53,7 +53,6 @@ rspamd_conf.R_PARTS_DIFFER = function(task)
   local distance = task:get_mempool():get_variable('parts_distance', 'int')
   
   if distance then
-    print(distance)
     local nd = tonumber(distance)
     
     if nd < 50 then