Skip to content

Commit

Permalink
Re #9505. Remove cerr statements left in by mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Feb 19, 2014
1 parent 9ee190c commit ec72de8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Code/Mantid/Framework/API/src/Algorithm.cpp
Expand Up @@ -816,9 +816,7 @@ namespace Mantid

if (startProgress >= 0 && endProgress > startProgress && endProgress <= 1.)
{
std::cerr << "progress observer=" << m_progressObserver << "\n";
alg->addObserver(this->progressObserver());
std::cerr << "progress observer=" << m_progressObserver << "\n";
m_startChildProgress = startProgress;
m_endChildProgress = endProgress;
}
Expand Down

0 comments on commit ec72de8

Please sign in to comment.