diff --git a/src/Bindings/LuaState.cpp b/src/Bindings/LuaState.cpp index 12afeac5c..bc9447cc2 100644 --- a/src/Bindings/LuaState.cpp +++ b/src/Bindings/LuaState.cpp @@ -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):