diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-10-20 17:45:16 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-10-20 17:45:16 +0200 |
commit | 7ce8d55d8855902912fab625216e5d97aa51d756 (patch) | |
tree | 58cd7f16af2e938f7a8d64d2544cf6bb683c9e05 | |
parent | b2b11240ce7c9b6075a0f673cd72f469db75fa0f (diff) |
Revert "Week2: simpop/3 exercise added."
This reverts commit b2b11240ce7c9b6075a0f673cd72f469db75fa0f.
-rw-r--r-- | prolog/engine.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/prolog/engine.py b/prolog/engine.py index b2712c6..c6ecab1 100644 --- a/prolog/engine.py +++ b/prolog/engine.py @@ -150,7 +150,6 @@ def check_answers(engine, query, answers, timeout=10, inference_limit=100000): # Run the query. reply, output = ask(engine, query, timeout) answer, error, more = process_answer(reply) - print(answer, reply) if not check_answer(answer): return False |