diff --git a/Code/Mantid/Framework/API/src/AlgorithmProxy.cpp b/Code/Mantid/Framework/API/src/AlgorithmProxy.cpp index 42479491b866..28253008fce8 100644 --- a/Code/Mantid/Framework/API/src/AlgorithmProxy.cpp +++ b/Code/Mantid/Framework/API/src/AlgorithmProxy.cpp @@ -287,7 +287,7 @@ namespace Mantid std::vector::reverse_iterator o = m_externalObservers.rbegin(); for(;o != m_externalObservers.rend();++o) m_alg->addObserver(**o); - /* m_externalObservers.clear(); */ + m_externalObservers.clear(); } ///setting the child start progress