Skip to content

Commit 66411f4

Browse files
authored
remove print
1 parent 29756d3 commit 66411f4

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)