diff --git a/Framework/PythonInterface/plugins/algorithms/MagnetismReflectometryReduction.py b/Framework/PythonInterface/plugins/algorithms/MagnetismReflectometryReduction.py index 4cd4996011fd49fb27df3d94cf2f23f0a32e43ac..91be6ae1c855a9b9c1d7ef5292fc746f4f5a6791 100644 --- a/Framework/PythonInterface/plugins/algorithms/MagnetismReflectometryReduction.py +++ b/Framework/PythonInterface/plugins/algorithms/MagnetismReflectometryReduction.py @@ -483,7 +483,6 @@ class MagnetismReflectometryReduction(PythonAlgorithm): s2_dist = ws.getRun().getProperty("S2Distance").value s3_dist = ws.getRun().getProperty("S3Distance").value else: - logging.info("Slit distances were not found in the logs: using defaults") s1_dist = -2600. s2_dist = -2019. s3_dist = -714.