Skip to content

Commit

Permalink
Remove debugging comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bugarela committed Apr 24, 2024
1 parent 24114db commit 43b8f6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quint/src/runtime/impl/compilerImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,6 @@ export class CompilerVisitor implements IRVisitor {
args: [],
}
this.execListener.onUserOperatorCall(nextApp)
// next line is messing up the trace
const nextResult = next.eval()
failure = nextResult.isNone() || failure
if (isTrue(nextResult)) {
Expand Down

0 comments on commit 43b8f6c

Please sign in to comment.