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

Remove spurious print statement

parent 553dda39
No related branches found
No related tags found
No related merge requests found
...@@ -115,8 +115,6 @@ def _statImageDisplay(overlay, overlayList, displayCtx): ...@@ -115,8 +115,6 @@ def _statImageDisplay(overlay, overlayList, displayCtx):
# The order of these tests is # The order of these tests is
# important, due to name overlap # important, due to name overlap
print 'which one', basename
# P-value image ? # P-value image ?
if any([token in basename for token in pTokens]): if any([token in basename for token in pTokens]):
opts.displayRange = [0.95, 1.0] opts.displayRange = [0.95, 1.0]
......
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