Skip to content

Commit

Permalink
Refs #6600 remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jmborr committed Feb 21, 2013
1 parent f037efe commit c83aa3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Code/Mantid/Framework/DataHandling/src/LoadSassena.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ int LoadSassena::fileCheck(const std::string &filePath)
*/
void LoadSassena::registerWorkspace( API::WorkspaceGroup_sptr gws, const std::string wsName, DataObjects::Workspace2D_sptr ws, const std::string &description )
{
//this->declareProperty(new API::WorkspaceProperty<DataObjects::Workspace2D>(wsName,wsName,Kernel::Direction::Output), description);
//this->setProperty(wsName,ws);
API::AnalysisDataService::Instance().add( wsName, ws );
gws->add(wsName);
}
Expand Down

0 comments on commit c83aa3a

Please sign in to comment.