Skip to content

Commit

Permalink
refs #4201 Removed debug messages
Browse files Browse the repository at this point in the history
generated when algorithm is constructed
  • Loading branch information
abuts committed Dec 9, 2011
1 parent f76b309 commit 09afbf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Code/Mantid/Framework/MDAlgorithms/src/ConvertToMDEvents.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -810,9 +810,9 @@ class LOOP_ND<2,Q,MODE,CONV>{

pH->alg_selector.insert(std::pair<std::string,pMethod>(Key,
&ConvertToMDEvents::processQND<2,Q,MODE,CONV>));
#ifdef _DEBUG
std::cout<<" Ending group by instansiating algorithm with ID: "<<Key<<std::endl;
#endif
//#ifdef _DEBUG
//std::cout<<" Ending group by instansiating algorithm with ID: "<<Key<<std::endl;
//#endif

}
};
Expand Down

0 comments on commit 09afbf9

Please sign in to comment.