mirror of https://github.com/CGAL/cgal
Removed useless comment
This commit is contained in:
parent
2ba57b785c
commit
b3d0565fff
|
|
@ -26,8 +26,5 @@ int main()
|
|||
|
||||
std::cout << "Processed " << sp->current_event_number() << " events.\n";
|
||||
|
||||
/*std::copy(kdel.visitor().events_begin(), kdel.visitor().events_end(),
|
||||
std::ostream_iterator<std::string>(std::cout, "\n"));*/
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue