Removed useless comment

This commit is contained in:
Mael Rouxel-Labbé 2017-05-05 13:31:48 +02:00
parent 2ba57b785c
commit b3d0565fff
1 changed files with 0 additions and 3 deletions

View File

@ -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;
}