Fix redundant printf

This commit is contained in:
Syoyo Fujita 2020-03-12 21:57:41 +09:00
parent 0ee2120965
commit 289cc448ed

View File

@ -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<uint16_t>::max());