1
0

Removed a debugging log output in cPluginManager:AddHook().

This commit is contained in:
madmaxoft 2014-01-07 16:10:39 +01:00
parent 39a1bcdea0
commit 8b9b09bf60

View File

@ -1164,7 +1164,6 @@ static int tolua_cPluginManager_AddHook(lua_State * tolua_S)
}
else if (tolua_isusertable(S, 1, "cPluginManager", 0, &err))
{
LOGD("AddHook recommended style");
// Style 1, use the global PlgMgr, but increment ParamIdx
ParamIdx++;
}