Browse Source

Remove debug print

Jean-Louis 4 years ago
parent
commit
eed75aaf2c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      code/AssetLib/3MF/D3MFImporter.cpp

+ 0 - 1
code/AssetLib/3MF/D3MFImporter.cpp

@@ -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));