소스 검색

Remove debug print

Jean-Louis 4 년 전
부모
커밋
eed75aaf2c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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));