diff --git a/vcg/complex/trimesh/create/ball_pivoting.h b/vcg/complex/trimesh/create/ball_pivoting.h index 9e7c8de9..f4cd614f 100644 --- a/vcg/complex/trimesh/create/ball_pivoting.h +++ b/vcg/complex/trimesh/create/ball_pivoting.h @@ -335,7 +335,6 @@ int addFace() { //if no pivoting or we are trying to connect to the inside of the mesh. if(!success || mesh.vert[v2].IsV()) { - printf("no success\n"); killEdge(ei); return 0; }