Remove stray dbg! expressions
This commit is contained in:
parent
ab3bbe1e17
commit
eb99588368
2 changed files with 1 additions and 6 deletions
|
@ -1152,10 +1152,7 @@ pub mod tests {
|
|||
*markers[0].column_mut() += 1;
|
||||
}
|
||||
|
||||
assert_eq!(
|
||||
unmarked_snapshot.clip_point(dbg!(markers[0]), bias),
|
||||
markers[1]
|
||||
)
|
||||
assert_eq!(unmarked_snapshot.clip_point(markers[0], bias), markers[1])
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue