Skip to content

Commit

Permalink
Remove obsolete debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
qsantos committed Mar 2, 2023
1 parent e0e663a commit 1479c09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion url/tests/unit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,6 @@ fn test_null_host_with_leading_empty_path_fragment() {
// https://url.spec.whatwg.org/#url-serializing
let url = Url::parse("m:/.//\\").unwrap();
let encoded = url.as_str();
println!("{url:?}, {encoded:?}");
let reparsed = Url::parse(encoded).unwrap();
assert_eq!(reparsed, url);
}
Expand Down

0 comments on commit 1479c09

Please sign in to comment.