diff --git a/Tests/UnitTests/Core/Seeding/SeedFinderTest.cpp b/Tests/UnitTests/Core/Seeding/SeedFinderTest.cpp index 9a5ec988df8c..4f263e693f7f 100644 --- a/Tests/UnitTests/Core/Seeding/SeedFinderTest.cpp +++ b/Tests/UnitTests/Core/Seeding/SeedFinderTest.cpp @@ -209,9 +209,6 @@ int main(int argc, char** argv) { gridOpts.bFieldInZ = options.bFieldInZ; // create grid with bin sizes according to the configured geometry - // std::size_t dim = spContainer.end() - spContainer.begin(); - // std::cout << "n elements: " << std::distance(spContainer.begin(), spContainer.end()) << std::endl; - Acts::CylindricalSpacePointGrid grid = Acts::CylindricalSpacePointGridCreator::createGrid(gridConf, gridOpts);