Skip to content

Commit

Permalink
silence CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Oct 4, 2023
1 parent 2873192 commit 4718030
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ struct GlobalChiSquareFitterFunctionImpl final : public TrackFitterFunction {
TrackContainer& tracks) const override {
const auto gx2fOptions = makeGx2fOptions(options, calibrator);
std::cout << "############# THIS SHOULD NOT HAPPEN - wrong operator() "
"#############"
<< std::endl;
"#############\nsurfaceSequence = " << surfaceSequence) << std::endl;
return fitter.fit(sourceLinks.begin(), sourceLinks.end(), initialParameters,
gx2fOptions, tracks);
}
Expand Down

0 comments on commit 4718030

Please sign in to comment.