diff --git a/Examples/Algorithms/TrackFinding/src/TrackFindingAlgorithm.cpp b/Examples/Algorithms/TrackFinding/src/TrackFindingAlgorithm.cpp index 0fc8adc51ca..5bed74a77b8 100644 --- a/Examples/Algorithms/TrackFinding/src/TrackFindingAlgorithm.cpp +++ b/Examples/Algorithms/TrackFinding/src/TrackFindingAlgorithm.cpp @@ -235,10 +235,6 @@ ActsExamples::ProcessCode ActsExamples::TrackFindingAlgorithm::execute( if (secondTrack.nTrackStates() < 2) { continue; } - if (!secondTrack.hasReferenceSurface()) { - ACTS_WARNING("Second track has no reference surface"); - continue; - } secondTrack.reverseTrackStates(true); seedNumber(secondTrack) = nSeed - 1;