瀏覽代碼

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();