Skip to content

Commit 99a4bf9

Browse files
committed
Remove temporary print
1 parent cb5d5b8 commit 99a4bf9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mslice/util/mantid/algorithm_wrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,5 @@ def remove_from_ads(workspacename):
129129
if AnalysisDataService.Instance().doesExist(hiddenworkspace):
130130
AnalysisDataService.Instance().remove(hiddenworkspace)
131131
hiddenworkspace = "__MSL" + workspacename + "_HIDDEN"
132-
print(AnalysisDataService.Instance().getObjectNames())
133132
if AnalysisDataService.Instance().doesExist(hiddenworkspace):
134133
AnalysisDataService.Instance().remove(hiddenworkspace)

0 commit comments

Comments
 (0)