Skip to content

Commit 68dd94f

Browse files
committed
Merge branch 'master' of git://github.com/nipy/nipype into fix/py2functions
2 parents 5f22d19 + 66411f4 commit 68dd94f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/scripts/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def add_args_options(arg_parser, interface):
7171
args["default"] = getattr(inputs, name)
7272
args["action"] = 'store_true'
7373

74-
print(name, spec.trait_type)
7574
# current support is for simple trait types
7675
if not spec.inner_traits:
7776
if not spec.is_trait_type(traits.TraitCompound):

0 commit comments

Comments
 (0)