removed a trace

This commit is contained in:
Peter Hachenberger 2008-07-28 09:17:48 +00:00
parent 677a3f9cda
commit f6cb1522eb
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ int is_reflex_sedge(typename SNC_structure::SHalfedge_handle se,
CGAL_NEF_TRACEN(" e " << e->source()->point()
<< "->" << e->twin()->source()->point()
<< " (" << e->point() << ")");
CGAL_NEF_TRACEN(" marks " << se->incident_sface()->mark());
if(e->point() == dir || e->point() == CGAL::ORIGIN - dir)
return 0;