diff --git a/router/src/url.rs b/router/src/url.rs index 255b7465..6a4195b8 100644 --- a/router/src/url.rs +++ b/router/src/url.rs @@ -243,7 +243,6 @@ mod tests { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 10, 11, 12, 13, 14, 15, ]; for i in 0..hex.len() { - println!("{}", hex[i]); assert_eq!(from_hex(hex[i]).unwrap(), expected[i]); } }