Skip to content

Commit

Permalink
removing unintentional print
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Apr 4, 2024
1 parent b0d4611 commit 3f05be0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PLATER/services/util/question.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ async def answer(self, graph_interface: GraphInterface):
"relationship_id": "internal",
"limit": self.results_limit,
"subclass_depth": self.subclass_depth})
print(cypher_query)
# convert the incoming TRAPI query into a string for logging and tracing
trapi_query = str(orjson.dumps(self._question_json), "utf-8")
# create a probably-unique id to be associated with this query in the logs
Expand Down

0 comments on commit 3f05be0

Please sign in to comment.