]> source.dussan.org Git - rspamd.git/commitdiff
Remove debug.
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Fri, 14 Oct 2011 18:23:59 +0000 (21:23 +0300)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Fri, 14 Oct 2011 18:23:59 +0000 (21:23 +0300)
src/lua/lua_common.c

index 990be90ef54d73192feb43c734d57b50776fd11d..1d36a6fe8e72b73f83f6fec38f3ef7b09fba0045 100644 (file)
@@ -444,8 +444,6 @@ lua_call_expression_func (const gchar *module, const gchar *function,
                return FALSE;
        }
        *res = lua_toboolean (L, -1);
-       lua_gc (L, LUA_GCCOLLECT, 0);
-       msg_info ("lua eats %d kbytes", lua_gc (L, LUA_GCCOUNT, 0));
        lua_pop (L, pop);
 
        return TRUE;