Skip to content

Commit

Permalink
Refs #11116 Removed a print statement for non-existant variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbush committed Feb 18, 2015
1 parent fdb9d5b commit f91f732
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Code/Mantid/scripts/test/MerlinAccumulateMDReduction.py
Expand Up @@ -140,8 +140,7 @@ def convert_and_merge(rd, input_file, input_dir, file_run_number):

merged_ws = ConvertToMD(**pars)

# Save the file
print output_file
# Save the files
if pars.get('OverwriteExisting'):
SaveMD(merged_ws, Filename = merged_filename, MakeFileBacked = True)
else:
Expand Down

0 comments on commit f91f732

Please sign in to comment.