From 42f15dc77c1c80a24a19f93f15d2edb9a4fb1433 Mon Sep 17 00:00:00 2001 From: Peter Hachenberger Date: Wed, 22 Mar 2006 16:59:00 +0000 Subject: [PATCH] erased error output --- Nef_3/demo/Nef_3/include/CGAL/Nef_3/visual_hull_creator.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Nef_3/demo/Nef_3/include/CGAL/Nef_3/visual_hull_creator.h b/Nef_3/demo/Nef_3/include/CGAL/Nef_3/visual_hull_creator.h index 000a5761572..2eb4e52e8b5 100644 --- a/Nef_3/demo/Nef_3/include/CGAL/Nef_3/visual_hull_creator.h +++ b/Nef_3/demo/Nef_3/include/CGAL/Nef_3/visual_hull_creator.h @@ -134,7 +134,6 @@ class visual_hull_creator : public CGAL::Modifier_base { std::list spoints; cut = find_cutoff_plane(); - std::cerr << cut << std::endl; std::list points_on_plane; Forward_iterator pi; for(pi=begin;pi!=end;++pi) {