Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Nov 13, 2024
1 parent 31859fd commit e1a73f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,6 @@ impl Aligner {
});
let mut mappings = Vec::with_capacity(n_regs as usize);

println!("n_regs = {}", n_regs);
for i in 0..n_regs {
unsafe {
let reg_ptr = (*mm_reg.as_ptr()).offset(i as isize);
Expand Down

0 comments on commit e1a73f4

Please sign in to comment.