Skip to content

Commit a891cce

Browse files
committed
fix: remove debug print
1 parent 6e2fcab commit a891cce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/interfaces/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,6 @@ def _inputs_help(cls):
780780

781781
manhelpstr = ['', '\t[Mandatory]']
782782
mandatory_items = inputs.traits(mandatory=True)
783-
print mandatory_items
784783
for name, spec in sorted(mandatory_items.items()):
785784
manhelpstr += cls._get_trait_desc(inputs, name, spec)
786785

0 commit comments

Comments
 (0)