From 1e7e6851cdfc17e9f630efe41d50c05ae5c3d117 Mon Sep 17 00:00:00 2001 From: somso2e <61581909+somso2e@users.noreply.github.com> Date: Mon, 26 Sep 2022 14:18:46 -0700 Subject: [PATCH] Removed unnecessary print statement --- nipype/interfaces/fsl/model.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nipype/interfaces/fsl/model.py b/nipype/interfaces/fsl/model.py index 059c597ce6..50485bac2e 100644 --- a/nipype/interfaces/fsl/model.py +++ b/nipype/interfaces/fsl/model.py @@ -484,7 +484,6 @@ def _list_outputs(self): outputs["feat_dir"] = glob(os.path.join(os.getcwd(), "*ica"))[0] else: outputs["feat_dir"] = glob(os.path.join(os.getcwd(), "*feat"))[0] - print("Outputs from FEATmodel:", outputs) return outputs