Skip to content
Snippets Groups Projects
Commit d345ed9b authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Remove print statement

parent 738ea70e
No related branches found
No related tags found
No related merge requests found
...@@ -270,7 +270,6 @@ class LookupTablePanel(fslpanel.FSLEyesPanel): ...@@ -270,7 +270,6 @@ class LookupTablePanel(fslpanel.FSLEyesPanel):
current :class:`LookupTable` instance changes. Sets the state current :class:`LookupTable` instance changes. Sets the state
of the *save* button accordingly. of the *save* button accordingly.
""" """
print 'Updating save state ({})'.format(self.__selectedLut.saved)
self.__saveLutButton.Enable(not self.__selectedLut.saved) self.__saveLutButton.Enable(not self.__selectedLut.saved)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment