Skip to content

Commit 96f088e

Browse files
author
radhika
committed
cwltool: remove print statement left by mistake
1 parent 4029c19 commit 96f088e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cwltool/draft2tool.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,6 @@ def rm_pending_output_callback(output_callback, jobcachepending,
334334
else:
335335
j.command_line = flatten(map(builder.generate_arg, builder.bindings))
336336

337-
print("******** KWARGS = ", kwargs)
338-
339337
j.pathmapper = builder.pathmapper
340338
j.collect_outputs = partial(
341339
self.collect_output_ports, self.tool["outputs"], builder, compute_checksum=kwargs.get("compute_checksum"))

0 commit comments

Comments
 (0)