Skip to content

Commit

Permalink
no verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
cvarni committed Nov 1, 2024
1 parent e0e9c30 commit 5e7b3d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ ActsExamples::SeedingOrthogonalAlgorithm::SeedingOrthogonalAlgorithm(
m_cfg.seedFinderConfig.seedFilter =
std::make_unique<Acts::SeedFilter<proxy_type>>(
m_cfg.seedFilterConfig,
logger().cloneWithSuffix("Filter", Acts::Logging::VERBOSE));
logger().cloneWithSuffix("Filter"));

m_finder = std::make_unique<Acts::SeedFinderOrthogonal<proxy_type>>(
m_cfg.seedFinderConfig,
logger().cloneWithSuffix("Finder", Acts::Logging::VERBOSE));
logger().cloneWithSuffix("Finder"));
}

ActsExamples::ProcessCode ActsExamples::SeedingOrthogonalAlgorithm::execute(
Expand Down

0 comments on commit 5e7b3d2

Please sign in to comment.