Removed println

This commit is contained in:
Thomas Forgione 2019-06-12 15:07:45 +02:00
parent f538932fc5
commit 89805cd351
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 0 additions and 2 deletions

View File

@ -86,8 +86,6 @@ fn main() {
format!("http://localhost:1500{}?{}", current_dir, args)
};
println!("{}", url);
let url = percent_encode(url.as_bytes(), DEFAULT_ENCODE_SET).to_string();
let url = url.parse::<hyper::Uri>().unwrap();
rt::run(fetch_url(url));