Skip to content

Commit bfbd6f0

Browse files
committed
removed print statement
1 parent 745e16a commit bfbd6f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/metakg/parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def get_TRAPI_with_metakg_endpoint(self, data=None, url=None):
8181

8282
# Check for required TRAPI paths
8383
if "/meta_knowledge_graph" in _paths and "/query" in _paths and _team:
84-
print("TRAPI metadata found.")
8584
return [metadata]
8685
else:
8786
return []

0 commit comments

Comments
 (0)