Skip to content

Commit

Permalink
Re #4394. Remove print statement.
Browse files Browse the repository at this point in the history
It was causing a performance test to crash.
  • Loading branch information
RussellTaylor committed Oct 12, 2012
1 parent 40bc658 commit 11e0c29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Code/Mantid/Framework/CurveFitting/src/Fit.cpp
Expand Up @@ -375,8 +375,6 @@ namespace CurveFitting
costFunc->setFittingFunction(m_function,domain,values);
minimizer->initialize(costFunc);

std::cout << "(Fit.cpp) " << m_function->asString() << std::endl;

const int64_t nsteps = maxIterations*m_function->estimateNoProgressCalls();
API::Progress prog(this,0.0,1.0,nsteps);
m_function->setProgressReporter(&prog);
Expand Down

0 comments on commit 11e0c29

Please sign in to comment.