Remove debug print

pull/3558/head
Jean-Louis 2020-12-26 14:57:52 +01:00
parent 0ec8d6e285
commit eed75aaf2c
1 changed files with 0 additions and 1 deletions

View File

@ -185,7 +185,6 @@ private:
int iPid = atoi(pid.c_str());
int iPindex = atoi(pindex.c_str());
mesh->mMaterialIndex = mBasematerialsDictionnary[iPid][iPindex].first;
std::cout << "Set material " << mesh->mMaterialIndex << " from pid " << iPid << " and pindex " << iPindex << std::endl;
}
mMeshes.push_back(mesh);
meshIds.push_back(static_cast<unsigned long>(meshIdx));