Skip to content

Commit 6b760b0

Browse files
author
Sean Trott
committed
framework
1 parent caac728 commit 6b760b0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/nluas/app/core_solver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def solve_conditional_query(self, ntuple):
139139
print(ntuple.keys())
140140

141141
def route_event(self, eventDescription, predicate):
142-
print(eventDescription)
143142
if "complexKind" in eventDescription and eventDescription['complexKind'] == "conditional":
144143
dispatch = getattr(self, "solve_conditional_{}".format(predicate))
145144
return dispatch(eventDescription)

0 commit comments

Comments
 (0)