Explorar o código

Remove debug print

Jean-Louis %!s(int64=4) %!d(string=hai) anos
pai
achega
eed75aaf2c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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));