Skip to content

Commit a5b0fc8

Browse files
authored
Remove spurious print statement. (#426)
1 parent 9be0e33 commit a5b0fc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cwltool/load_tool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ def validate_document(document_loader, # type: Loader
150150
jobobj = None
151151
if "cwl:tool" in workflowobj:
152152
jobobj, _ = document_loader.resolve_all(workflowobj, uri)
153-
print "ZZZZZ", jobobj
154153
uri = urllib.parse.urljoin(uri, workflowobj["https://w3id.org/cwl/cwl#tool"])
155154
del cast(dict, jobobj)["https://w3id.org/cwl/cwl#tool"]
156155
workflowobj = fetch_document(uri, fetcher_constructor=fetcher_constructor)[1]

0 commit comments

Comments
 (0)