Skip to content

Commit

Permalink
no more dumb prints
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilliams committed Nov 2, 2019
1 parent c55e415 commit cf70678
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion external/geogram/src/lib/geogram/mesh/mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,6 @@ namespace GEO {
void MeshCells::connect(bool remove_trivial_slivers, bool verbose_if_OK) {
// "Fast track" for simplicial mesh
if(is_simplicial_) {
std::cout << "CONNECT TETS!!!" << std::endl;
connect_tets();
return;
}
Expand Down

0 comments on commit cf70678

Please sign in to comment.