Skip to content

Commit cf264ac

Browse files
authored
Merge pull request #3521 from somso2e/master
Removed leftover debug print statement in FEAT class
2 parents b1cc5b6 + 1e7e685 commit cf264ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/interfaces/fsl/model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,6 @@ def _list_outputs(self):
484484
outputs["feat_dir"] = glob(os.path.join(os.getcwd(), "*ica"))[0]
485485
else:
486486
outputs["feat_dir"] = glob(os.path.join(os.getcwd(), "*feat"))[0]
487-
print("Outputs from FEATmodel:", outputs)
488487
return outputs
489488

490489

0 commit comments

Comments
 (0)