1
0
Fork 0

Removed debug log message.

Ref.: #3308
This commit is contained in:
Mattes D 2016-08-11 21:15:54 +02:00
parent c4578db4df
commit ec235e7120
1 changed files with 0 additions and 1 deletions

View File

@ -336,7 +336,6 @@ void cLuaState::RegisterAPILibs(void)
}
ASSERT(top == lua_gettop(m_LuaState));
luaopen_lxp(m_LuaState);
this->LogStackValues("After lxp");
if (top == lua_gettop(m_LuaState) - 1)
{
// lxp left the unregistered "lxp" table on the stack, register and pop it (#3304):