Skip to content

Commit

Permalink
Removed debug info.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWielanek committed Nov 20, 2024
1 parent 146bb1b commit dffa9f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion features/minimizer/Minimizer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ namespace Hal {
std::cout << Cout::GetDisableColor();
for (unsigned int i = 0; i < fParameters.size(); i++) {
if (fParameters[i].IsFixed()) { std::cout << Cout::GetColor(kOrange); }
fParameters[i].Print();
Cout::Database({fParameters[i].GetParName().Data(),
Form("%4.4f", fParameters[i].GetMapMin()),
Form("%4.4f", fParameters[i].GetMapMax()),
Expand Down

0 comments on commit dffa9f7

Please sign in to comment.