Skip to content

Commit 88feb32

Browse files
committed
remove extra print
1 parent 3d29e9a commit 88feb32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype2pydra/task.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ def types_to_names(spec_fields):
311311
el[1] = el[1]._name
312312
# add 'TYPE_' to the beginning of the name
313313
el[1] = "TYPE_" + el[1]
314-
print(tuple(el))
315314
spec_fields_str.append(tuple(el))
316315
return spec_fields_str
317316

0 commit comments

Comments
 (0)