We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9854e31 commit 0b4b809Copy full SHA for 0b4b809
src/mslice/util/mantid/algorithm_wrapper.py
@@ -129,6 +129,5 @@ def remove_from_ads(workspacename):
129
if AnalysisDataService.Instance().doesExist(hiddenworkspace):
130
AnalysisDataService.Instance().remove(hiddenworkspace)
131
hiddenworkspace = "__MSL" + workspacename + "_HIDDEN"
132
- print(AnalysisDataService.Instance().getObjectNames())
133
134
0 commit comments