Skip to content

Commit 1541b4a

Browse files
author
Sean Trott
committed
route_dispatch
1 parent 8d9f231 commit 1541b4a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/main/nluas/app/core_solver.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,6 @@ def route_dispatch(self, dispatch_function, parameters):
192192
def close(self):
193193
return
194194

195-
def solve_serial(self, parameters, predicate):
196-
print(parameters)
197-
198-
def solve_serial(self, parameters, predicate):
199-
print(parameters)
200-
201195
def check_for_clarification(self, ntuple):
202196
""" Will need to be replaced by a process that checks whether ntuple needs clarification.
203197
Requires some sort of context/world model. """

0 commit comments

Comments
 (0)