diff --git a/Framework/PythonInterface/plugins/algorithms/LRReflectivityOutput.py b/Framework/PythonInterface/plugins/algorithms/LRReflectivityOutput.py
index ad33f3644e5a866a88c023d0a2a12a6c3564a1e5..bae4da7d9ba7fd967401cafd6c19005f9a947f08 100644
--- a/Framework/PythonInterface/plugins/algorithms/LRReflectivityOutput.py
+++ b/Framework/PythonInterface/plugins/algorithms/LRReflectivityOutput.py
@@ -194,8 +194,6 @@ class LRReflectivityOutput(PythonAlgorithm):
         content += '# Mantid version: %s\n' % mantid.__version__
         content += header_info
 
-        # Add str() of reduction algo
-
         try:
             if len(meta_data.strip())>0:
                 content += '#\n'