diff --git a/fsl/fsleyes/controls/lookuptablepanel.py b/fsl/fsleyes/controls/lookuptablepanel.py
index cd26ed54772a79fbc540f63f932180d64c857720..666f5eb769c6fe46646f11897d70dd5e915a54f8 100644
--- a/fsl/fsleyes/controls/lookuptablepanel.py
+++ b/fsl/fsleyes/controls/lookuptablepanel.py
@@ -270,7 +270,6 @@ class LookupTablePanel(fslpanel.FSLEyesPanel):
         current :class:`LookupTable` instance changes. Sets the state
         of the *save* button accordingly.
         """
-        print 'Updating save state ({})'.format(self.__selectedLut.saved)
         self.__saveLutButton.Enable(not self.__selectedLut.saved)