Эх сурвалжийг харах

Remove debug print.

Former-commit-id: 73ae1a9905500e382be19484c80df6a7fa613db2
Qingnan Zhou 8 жил өмнө
parent
commit
9935608ea9

+ 0 - 2
include/igl/copyleft/cgal/lexicographic_triangulation.cpp

@@ -76,9 +76,7 @@ IGL_INLINE void igl::copyleft::cgal::lexicographic_triangulation(
           faces.push_back({*next_itr, *itr, order[i]});
         }
         orientations.push_back(orientation);
-        std::cout << orientation << " ";
       }
-      std::cout << std::endl;
 
       auto left_itr = boundary.begin();
       auto right_itr = boundary.begin();