소스 검색

Remove debug print.

Former-commit-id: 73ae1a9905500e382be19484c80df6a7fa613db2
Qingnan Zhou 8 년 전
부모
커밋
9935608ea9
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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]});
         }
         orientations.push_back(orientation);
-        std::cout << orientation << " ";
       }
-      std::cout << std::endl;
 
       auto left_itr = boundary.begin();
       auto right_itr = boundary.begin();