We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caac728 commit 446f12aCopy full SHA for 446f12a
1 file changed
src/main/nluas/app/core_solver.py
@@ -139,7 +139,6 @@ def solve_conditional_query(self, ntuple):
139
print(ntuple.keys())
140
141
def route_event(self, eventDescription, predicate):
142
- print(eventDescription)
143
if "complexKind" in eventDescription and eventDescription['complexKind'] == "conditional":
144
dispatch = getattr(self, "solve_conditional_{}".format(predicate))
145
return dispatch(eventDescription)
0 commit comments