Removed a debugging log output in cPluginManager:AddHook().
This commit is contained in:
parent
39a1bcdea0
commit
8b9b09bf60
@ -1164,7 +1164,6 @@ static int tolua_cPluginManager_AddHook(lua_State * tolua_S)
|
|||||||
}
|
}
|
||||||
else if (tolua_isusertable(S, 1, "cPluginManager", 0, &err))
|
else if (tolua_isusertable(S, 1, "cPluginManager", 0, &err))
|
||||||
{
|
{
|
||||||
LOGD("AddHook recommended style");
|
|
||||||
// Style 1, use the global PlgMgr, but increment ParamIdx
|
// Style 1, use the global PlgMgr, but increment ParamIdx
|
||||||
ParamIdx++;
|
ParamIdx++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user