浏览代码

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