Skip to content

Commit

Permalink
Refs #11674. Removing debug output from PoldiFitPeaks2D
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wedel committed May 6, 2015
1 parent 9f428d1 commit 8f2c86b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Code/Mantid/Framework/SINQ/src/PoldiFitPeaks2D.cpp
Expand Up @@ -1177,12 +1177,6 @@ void PoldiFitPeaks2D::exec() {
// The FitFunction is used to generate...
IFunction_sptr fitFunction = getFunction(fitAlgorithm);

for (size_t i = 0; i < fitFunction->nParams(); ++i) {
std::cout << i << " " << fitFunction->parameterName(i) << " "
<< fitFunction->getParameter(i) << " " << fitFunction->getError(i)
<< std::endl;
}

// ...a calculated 1D-spectrum...
MatrixWorkspace_sptr outWs1D = get1DSpectrum(fitFunction, ws);

Expand Down

0 comments on commit 8f2c86b

Please sign in to comment.