Skip to content

Commit

Permalink
(fix) remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
xTrayambak committed Jul 21, 2024
1 parent ea0999a commit 6bf5627
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mirage/runtime/pulsar/interpreter.nim
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ proc execute*(interpreter: PulsarInterpreter, op: var Operation) =

if *clause:
var newClause = &clause # get the new clause
print newClause

# setup rollback points
newClause.rollback.clause = interpreter.currClause # points to current clause
Expand Down

0 comments on commit 6bf5627

Please sign in to comment.