Skip to content

Commit

Permalink
remove spurious print
Browse files Browse the repository at this point in the history
  • Loading branch information
cremebrule authored Jan 24, 2024
1 parent fbaa7dd commit b78668b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bddl/condition_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,6 @@ def compile_state(parsed_state, backend, scope=None, object_map=None, generate_g
def evaluate_state(compiled_state):
results = {"satisfied": [], "unsatisfied": []}
for i, compiled_condition in enumerate(compiled_state):
print()
if compiled_condition.evaluate():
results["satisfied"].append(i)
else:
Expand Down

0 comments on commit b78668b

Please sign in to comment.