Skip to content

Commit cdfe6af

Browse files
committed
Remove debugging print
1 parent 85b1895 commit cdfe6af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,6 @@ impl<'a> Node<'a> {
621621
cur_block.constraints.push(make_scan(parent, interner.string(item), next));
622622
parent = next;
623623
}
624-
println!("MAA: {}", final_var);
625624
}
626625
Some(parent)
627626
},

0 commit comments

Comments
 (0)