Skip to content

Commit

Permalink
Re #8638. Remove redundant line.
Browse files Browse the repository at this point in the history
It was just setting the property to the value it already had (since
it's an InOut).
  • Loading branch information
RussellTaylor committed Dec 18, 2013
1 parent 70eae46 commit 7d5a07e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Code/Mantid/Framework/Algorithms/src/AddSampleLog.cpp
Expand Up @@ -94,8 +94,6 @@ void AddSampleLog::exec()
tsp->addValue(startTime, val);
theRun.addLogData(tsp);
}

setProperty("Workspace", wSpace);
}

} // namespace Algorithms
Expand Down

0 comments on commit 7d5a07e

Please sign in to comment.