Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
dwastberg committed May 22, 2024
1 parent c4c4483 commit 9b25d8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cpp/include/Triangulate.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ static void call_triangle(Mesh &mesh,
}

}
info("Removed " + str(duplicate_vertices) + " duplicate vertices");
if (duplicate_vertices > 0)
debug("Removed " + str(duplicate_vertices) + " duplicate vertices");

// Set number of points
size_t num_points = boundary.size();
Expand Down

0 comments on commit 9b25d8f

Please sign in to comment.