Skip to content

Commit

Permalink
Removed leftover printf
Browse files Browse the repository at this point in the history
  • Loading branch information
cignoni committed May 13, 2024
1 parent 0f10270 commit 913d448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcg/complex/algorithms/point_sampling.h
Original file line number Diff line number Diff line change
Expand Up @@ -2149,7 +2149,7 @@ static void HierarchicalPoissonDisk(MeshType &origMesh, VertexSampler &ps, MeshT
static void Texture(MeshType & m, VertexSampler &ps, int textureWidth, int textureHeight, bool correctSafePointsBaryCoords=true)
{
typedef Point2<ScalarType> Point2x;
printf("Similar Triangles face sampling\n");
//printf("Similar Triangles face sampling\n");
for(FaceIterator fi=m.face.begin(); fi != m.face.end(); fi++)
if (!fi->IsD())
{
Expand Down

0 comments on commit 913d448

Please sign in to comment.