From: Vsevolod Stakhov Date: Fri, 14 Oct 2011 18:23:59 +0000 (+0300) Subject: Remove debug. X-Git-Tag: 0.4.5~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=350af45ecb3cdd4fc08989ee5365f8e9a5044e83;p=thirdparty%2Frspamd.git Remove debug. --- diff --git a/src/lua/lua_common.c b/src/lua/lua_common.c index 990be90ef5..1d36a6fe8e 100644 --- a/src/lua/lua_common.c +++ b/src/lua/lua_common.c @@ -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;