Skip to content

Commit 2697104

Browse files
author
Sean Trott
committed
init
1 parent 621bf49 commit 2697104

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/nluas/__init__.py

Whitespace-only changes.

src/main/nluas/app/core_solver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def solve(self, ntuple):
9595
else:
9696
self.ntuple = ntuple
9797
predicate_type = ntuple['predicate_type']
98-
print(predicate_type)
98+
#print(predicate_type)
9999
try:
100100
dispatch = getattr(self, "solve_%s" %predicate_type)
101101
dispatch(ntuple)

0 commit comments

Comments
 (0)