diff --git a/fsl/fsleyes/autodisplay.py b/fsl/fsleyes/autodisplay.py
index fa9e0a1a6324659f3e0115438838a326ccfc8fbe..99c8f42e76efc50a2d678638b4f647be54839d26 100644
--- a/fsl/fsleyes/autodisplay.py
+++ b/fsl/fsleyes/autodisplay.py
@@ -115,8 +115,6 @@ def _statImageDisplay(overlay, overlayList, displayCtx):
     # The order of these tests is
     # important, due to name overlap
 
-    print 'which one', basename
-
     # P-value image ?
     if any([token in basename for token in pTokens]):
         opts.displayRange  = [0.95, 1.0]