Skip to content

Commit cef0de5

Browse files
committed
remove dummy print.
1 parent a7a54d6 commit cef0de5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cwltool/process.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ def __init__(self, toolpath_object, **kwargs):
295295
else:
296296
c["type"] = c["type"]
297297
c["type"] = avroize_type(c["type"],c["name"])
298-
print c["type"]
299298
if key == "inputs":
300299
self.inputs_record_schema["fields"].append(c) # type: ignore
301300
elif key == "outputs":

0 commit comments

Comments
 (0)