Skip to content

Commit

Permalink
Remove debug printout
Browse files Browse the repository at this point in the history
  • Loading branch information
errissa committed Oct 3, 2023
1 parent 56f906a commit 0db18c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/open3d/t/io/file_format/FileASSIMP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ bool WriteTriangleMeshUsingASSIMP(
if (mesh.HasVertexColors()) {
auto colors = mesh.GetVertexColors();
auto m_colors = colors.GetShape(0);
utility::LogWarning("Adding {} colors...", m_colors);
ai_mesh->mColors[0] = new aiColor4D[m_colors];
if (colors.GetShape(1) == 4) {
memcpy(&ai_mesh->mColors[0][0].r, colors.GetDataPtr(), sizeof(float)*m_colors*4);
Expand Down

0 comments on commit 0db18c4

Please sign in to comment.