1
0

Removed a leftover debug message.

This commit is contained in:
madmaxoft 2014-02-04 11:37:34 +01:00
parent 69c85e5169
commit 1dbfd7eb76

View File

@ -1072,7 +1072,6 @@ int cLuaState::CallFunctionWithForeignParams(
}
// 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);
if (ReportErrors(s))
{