Skip to content

Commit

Permalink
Remove trace_evaluation "->" printing...
Browse files Browse the repository at this point in the history
I though I had removed this previously
  • Loading branch information
rocky committed Dec 16, 2024
1 parent 5ed059c commit ed9134a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mathics/core/expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,10 +576,6 @@ def evaluate(
break

# TraceEvaluation[] logging.
if evaluation.definitions.trace_evaluation:
evaluation.print_out(
" " * evaluation.recursion_depth + "-> %s" % expr
)
iteration += 1
# Check whether we have hit $Iterationlimit: is the number of times
# ``reevaluate`` came back False in this loop.
Expand Down

0 comments on commit ed9134a

Please sign in to comment.