Skip to content

Commit

Permalink
Re #8432. Removing debug print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Nov 22, 2013
1 parent e32067a commit a4736e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Code/Mantid/Framework/Crystal/src/SCDCalibratePanels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ namespace Mantid
if( N < 4)//If not well indexed
return boost::shared_ptr<DataObjects::Workspace2D>(new DataObjects::Workspace2D);

std::cout<<"Number indexed peaks used="<<(N/3)<<std::endl;
MatrixWorkspace_sptr mwkspc
= API::WorkspaceFactory::Instance().create("Workspace2D",1,3*N,3*N);

Expand Down

0 comments on commit a4736e4

Please sign in to comment.