Skip to content

Commit

Permalink
Reverting logging only changes in ProgramExecutionSupport
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach committed Apr 3, 2024
1 parent 08043f6 commit 3a986f0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ object ProgramExecutionSupport {
val callablesCallback: Consumer[ExpressionCall] = fun =>
if (callStack.headOption.exists(_.expressionId == fun.getExpressionId)) {
enterables += fun.getExpressionId -> fun.getCall
} else {
System.err.println(
"Ignoring update of " + fun.getExpressionId + " with value " + fun.getCall
)
}

executionFrame match {
Expand Down

0 comments on commit 3a986f0

Please sign in to comment.