From 4e29f4f87e4482626297c2ec7ae09c651f05ff60 Mon Sep 17 00:00:00 2001 From: ponchio Date: Wed, 18 Oct 2006 14:22:17 +0000 Subject: [PATCH] *** empty log message *** --- vcg/complex/trimesh/create/ball_pivoting.h | 1 - 1 file changed, 1 deletion(-) 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; }