Skip to content

Commit da45311

Browse files
committed
fix: remove print statement
1 parent 96d69de commit da45311

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

heudiconv/queue.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def queue_conversion(queue, iterarg, iterables, queue_args=None):
3636
args.insert(0, heudiconv_exec)
3737
convertcmd = " ".join(args)
3838

39-
print(convertcmd)
4039
# will overwrite across subjects
4140
queue_file = os.path.abspath('heudiconv-%s.sh' % queue)
4241
with open(queue_file, 'wt') as fp:

0 commit comments

Comments
 (0)