From ec235e7120b12fd8c5974bf69565ce2ffea03d37 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Thu, 11 Aug 2016 21:15:54 +0200 Subject: Removed debug log message. Ref.: #3308 --- src/Bindings/LuaState.cpp | 1 - 1 file changed, 1 deletion(-) 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): -- cgit v1.2.3