Skip to content

Commit 5a7a787

Browse files
committed
Remove debug leftover println statement
1 parent da7b0f4 commit 5a7a787

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stdsimd.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ impl<N: Needle> StdSimdSearcher<N> {
147147
unreachable!();
148148
} else if end < Simd4::LANES {
149149
let hash = from_hash::<32, 2>(&self.simd32_hash);
150-
println!("hash: {:?}", hash);
151150
unsafe { self.vector_search_in_default_version(haystack, end, &hash) }
152151
} else if end < Simd8::LANES {
153152
let hash = from_hash::<32, 4>(&self.simd32_hash);

0 commit comments

Comments
 (0)