mirror of https://github.com/CGAL/cgal
Removed some output in bench
This commit is contained in:
parent
e893bc94d3
commit
060c4f208f
|
|
@ -90,8 +90,6 @@ int main(int argc,char *argv[])
|
|||
std::cerr << result[i].x()<<" "<<result[i].y()<<" "<<result[i].z()<< std::endl;
|
||||
}
|
||||
}
|
||||
if(dump)
|
||||
search.statistics(std::cerr);
|
||||
dump = false;
|
||||
}
|
||||
t.stop();
|
||||
|
|
|
|||
Loading…
Reference in New Issue