Skip to content

Commit

Permalink
logs removed
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Jan 26, 2024
1 parent 117f59e commit bb85873
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/trapi_predict_kit/trapi_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,6 @@ def resolve_trapi_query(reasoner_query, endpoints_list, infores: str = ""):
node_to_add["name"] = properties["label"]
knowledge_graph["nodes"][node_id] = node_to_add

log.warn("DEBUG SCORE THAT SHOULD BE A FLOAT")
log.warn(query_results)

return {
"message": {"knowledge_graph": knowledge_graph, "query_graph": query_graph, "results": query_results},
"query_options": query_options,
Expand Down

0 comments on commit bb85873

Please sign in to comment.