mirror of https://github.com/CGAL/cgal
Clean useless and talkative output
This commit is contained in:
parent
432d5c724a
commit
6ada1e8d16
|
|
@ -9,8 +9,6 @@ void index_uniqueness(const G&,
|
|||
ForwardRange range,
|
||||
IndexPropertyMap pm)
|
||||
{
|
||||
std::cout << "index_uniqueness" << std::endl;
|
||||
|
||||
typename boost::range_iterator<ForwardRange>::type
|
||||
begin = boost::begin(range),
|
||||
begin2 = boost::begin(range),
|
||||
|
|
|
|||
Loading…
Reference in New Issue