Skip to content

Commit 1479c09

Browse files
committed
Remove obsolete debug output
1 parent e0e663a commit 1479c09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

url/tests/unit.rs

-1
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,6 @@ fn test_null_host_with_leading_empty_path_fragment() {
960960
// https://url.spec.whatwg.org/#url-serializing
961961
let url = Url::parse("m:/.//\\").unwrap();
962962
let encoded = url.as_str();
963-
println!("{url:?}, {encoded:?}");
964963
let reparsed = Url::parse(encoded).unwrap();
965964
assert_eq!(reparsed, url);
966965
}

0 commit comments

Comments
 (0)