Skip to content

Commit f481918

Browse files
committed
Delete println statement
1 parent 85f5e40 commit f481918

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ pub struct Dimension {
2222

2323
impl Dimension {
2424
fn shift(&self, idx: isize) -> usize {
25-
println!("{:?} {}", self, idx);
2625
let offset = self.lower_bound;
2726
assert!(idx >= offset, "out of bounds array access");
2827
assert!(offset >= 0 || idx <= 0 || usize::max_value() - (-offset) as usize >= idx as usize,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy