Remove string err no used

This commit is contained in:
lvlong 2014-10-08 15:23:31 +08:00
parent 3873bbc5f7
commit cba155b5bc
1 changed files with 0 additions and 1 deletions

View File

@ -1775,7 +1775,6 @@ NodeData* Bundle3D::parseNodesRecursivelyJson(const rapidjson::Value& jvalue)
if (modelnodedata->subMeshId == "" || modelnodedata->matrialId == "")
{
std::string err = "Node " + nodedata->id + " part is missing meshPartId or materialId";
CCLOG("warning: Node %s part is missing meshPartId or materialId", nodedata->id.c_str());
return nullptr;
}