From 289cc448ed4cc0b1205bbd67690a189c72d965d2 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Thu, 12 Mar 2020 21:57:41 +0900 Subject: [PATCH] Fix redundant printf --- examples/mesh-conv/mesh-util.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/mesh-conv/mesh-util.cc b/examples/mesh-conv/mesh-util.cc index 0bd85d2..9d720da 100644 --- a/examples/mesh-conv/mesh-util.cc +++ b/examples/mesh-conv/mesh-util.cc @@ -1273,8 +1273,6 @@ bool LoadObjMesh(const std::string &filename, bool facevarying, // joints for (auto &item : prim.joints) { - std::cout << "joint -- " << item.first << "\n"; - float bmin[4]; float bmax[4]; bmin[0] = bmin[1] = bmin[2] = bmin[3] = float(std::numeric_limits::max());