Explorar el Código

Remove debug print.

Former-commit-id: 73ae1a9905500e382be19484c80df6a7fa613db2
Qingnan Zhou hace 9 años
padre
commit
9935608ea9
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      include/igl/copyleft/cgal/lexicographic_triangulation.cpp

+ 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]});
           faces.push_back({*next_itr, *itr, order[i]});
         }
         }
         orientations.push_back(orientation);
         orientations.push_back(orientation);
-        std::cout << orientation << " ";
       }
       }
-      std::cout << std::endl;
 
 
       auto left_itr = boundary.begin();
       auto left_itr = boundary.begin();
       auto right_itr = boundary.begin();
       auto right_itr = boundary.begin();