diff --git a/Code/Mantid/Framework/PythonInterface/plugins/algorithms/MergeCalFiles.py b/Code/Mantid/Framework/PythonInterface/plugins/algorithms/MergeCalFiles.py index d677d2e124da..1219444b3e75 100644 --- a/Code/Mantid/Framework/PythonInterface/plugins/algorithms/MergeCalFiles.py +++ b/Code/Mantid/Framework/PythonInterface/plugins/algorithms/MergeCalFiles.py @@ -35,10 +35,6 @@ def PyExec(self): masterFileName = self.getPropertyValue("MasterFile") outputFileName = self.getPropertyValue("OutputFile") - logger.information("INFO") - logger.information(str(mergeOffsets)) - logger.information(str(mergeSelections)) - logger.information(str(mergeGroups)) if (masterFileName == outputFileName) : raise RuntimeError('The output file must be different to the master file.')