Skip to content

Commit bbda85a

Browse files
committed
remove print statements
1 parent 778309c commit bbda85a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cwltool/provenance.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,8 +1548,6 @@ def create_job(self,
15481548
with self.write_bag_file(rel_path) as file_path:
15491549
file_path.write(j + u"\n")
15501550
_logger.info(u"[provenance] Generated customised job file: %s", rel_path)
1551-
print ("copied: ", copied)
1552-
print ("original", builderJob)
15531551
#Generate dictionary with keys as workflow level input IDs and values as
15541552
#1) for files the relativised location containing hash
15551553
#2) for other attributes, the actual value.

0 commit comments

Comments
 (0)