aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lua/lua_common.c2
1 files changed, 0 insertions, 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;