From 350af45ecb3cdd4fc08989ee5365f8e9a5044e83 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 14 Oct 2011 21:23:59 +0300 Subject: [PATCH] Remove debug. --- src/lua/lua_common.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lua/lua_common.c b/src/lua/lua_common.c index 990be90ef..1d36a6fe8 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; -- 2.39.5