aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--c/blake3_c_rust_bindings/src/test.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/blake3_c_rust_bindings/src/test.rs b/c/blake3_c_rust_bindings/src/test.rs
index e6baff1..ec11219 100644
--- a/c/blake3_c_rust_bindings/src/test.rs
+++ b/c/blake3_c_rust_bindings/src/test.rs
@@ -378,7 +378,6 @@ pub fn test_xof_many_fn(xof_many_function: XofManyFunction) {
// when you're supposed to ANDNOT...
let initial_counters = [0, u32::MAX as u64, i32::MAX as u64];
for counter in initial_counters {
- #[cfg(feature = "std")]
dbg!(counter);
let mut block = [0; BLOCK_LEN];