Removed a leftover debug message.
This commit is contained in:
parent
69c85e5169
commit
1dbfd7eb76
@ -1072,7 +1072,6 @@ int cLuaState::CallFunctionWithForeignParams(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Call the function, with an error handler:
|
// Call the function, with an error handler:
|
||||||
LogStack("Before pcall");
|
|
||||||
int s = lua_pcall(m_LuaState, a_SrcParamEnd - a_SrcParamStart + 1, LUA_MULTRET, OldTop + 1);
|
int s = lua_pcall(m_LuaState, a_SrcParamEnd - a_SrcParamStart + 1, LUA_MULTRET, OldTop + 1);
|
||||||
if (ReportErrors(s))
|
if (ReportErrors(s))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user