Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Oct 26, 2023
1 parent 11b2677 commit 2f78782
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/src/ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ mod tests {
);

let prefixed = do_length(LengthOp::Fixed32Big, b"food").unwrap();
println!("{:?}", prefixed);
assert!(
prefixed == decode("00000004666f6f64"),
"proto prefix returned {}",
Expand Down

0 comments on commit 2f78782

Please sign in to comment.