Removed println
This commit is contained in:
parent
f538932fc5
commit
89805cd351
|
@ -86,8 +86,6 @@ fn main() {
|
||||||
format!("http://localhost:1500{}?{}", current_dir, args)
|
format!("http://localhost:1500{}?{}", current_dir, args)
|
||||||
};
|
};
|
||||||
|
|
||||||
println!("{}", url);
|
|
||||||
|
|
||||||
let url = percent_encode(url.as_bytes(), DEFAULT_ENCODE_SET).to_string();
|
let url = percent_encode(url.as_bytes(), DEFAULT_ENCODE_SET).to_string();
|
||||||
let url = url.parse::<hyper::Uri>().unwrap();
|
let url = url.parse::<hyper::Uri>().unwrap();
|
||||||
rt::run(fetch_url(url));
|
rt::run(fetch_url(url));
|
||||||
|
|
Loading…
Reference in New Issue