From 211668aaca73f1a0c63d35b8a54eb997127d9d17 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauld.mccarthy@gmail.com>
Date: Mon, 7 Dec 2015 17:50:52 +0000
Subject: [PATCH] Remove spurious print statement

---
 fsl/fsleyes/autodisplay.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fsl/fsleyes/autodisplay.py b/fsl/fsleyes/autodisplay.py
index fa9e0a1a6..99c8f42e7 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]
-- 
GitLab