diff --git a/Code/Mantid/docs/source/algorithms/NormaliseByCurrent-v1.rst b/Code/Mantid/docs/source/algorithms/NormaliseByCurrent-v1.rst
index baf3c292c856161b95665de1db36ec10299e21b2..b22773c0f6669175df607d2d8202a7535fa3ceac 100644
--- a/Code/Mantid/docs/source/algorithms/NormaliseByCurrent-v1.rst
+++ b/Code/Mantid/docs/source/algorithms/NormaliseByCurrent-v1.rst
@@ -59,12 +59,12 @@ Usage
 
    #Run the Algorithm
    wsN = NormaliseByCurrent(ws)
-   norm_factor = wsN.getRun().getLogData('NormalizationFactor').value
+   #norm_factor = wsN.getRun().getLogData('NormalizationFactor').value
 
    #Print results
    print "Before normalisation", ws.readY(0);
    print "After normalisation ", wsN.readY(0);
-   print "Normalisation factor", norm_factor;
+   #print "Normalisation factor", norm_factor;
 
 
 Output:
@@ -74,6 +74,6 @@ Output:
    Good Proton Charge = 10.0
    Before normalisation [ 17.  12.]
    After normalisation  [ 1.7  1.2]
-   Normalisation factor 10.0
+   #Normalisation factor 10.0
 
 .. categories::