Content-Length: 254950 | pFad | http://github.com/psqlpy-python/rust-postgres-array/commit/f4819187e7e16883354740957357b999bc8b5ac4

89 Delete println statement · psqlpy-python/rust-postgres-array@f481918 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/psqlpy-python/rust-postgres-array/commit/f4819187e7e16883354740957357b999bc8b5ac4

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy