diff --git a/apps/sample/trimesh_intersection/trimesh_intersection.cpp b/apps/sample/trimesh_intersection/trimesh_intersection.cpp index 420c8da3..811e84a8 100644 --- a/apps/sample/trimesh_intersection/trimesh_intersection.cpp +++ b/apps/sample/trimesh_intersection/trimesh_intersection.cpp @@ -88,8 +88,6 @@ int main(int argc,char ** argv) vcg::Plane3 plane(distance, direction); - printf("%f %f %f %f\n",distance,direction[0],direction[1],direction[2]); - double avg_length; // average length of the edges MyEdgeMesh edge_mesh; // returned EdgeMesh (i.e. the cross-section) @@ -101,8 +99,6 @@ int main(int argc,char ** argv) vcg::Intersection(plane, edge_mesh, avg_length, &static_grid, intersected_cells); - printf("%d", edge_mesh.edges.size()); - // Compute bounding box vcg::edge::UpdateBounding::Box(edge_mesh);