We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745e16a commit bfbd6f0Copy full SHA for bfbd6f0
src/utils/metakg/parser.py
@@ -81,7 +81,6 @@ def get_TRAPI_with_metakg_endpoint(self, data=None, url=None):
81
82
# Check for required TRAPI paths
83
if "/meta_knowledge_graph" in _paths and "/query" in _paths and _team:
84
- print("TRAPI metadata found.")
85
return [metadata]
86
else:
87
return []
0 commit comments