mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 01:51:23 +02:00
remove debug print
This commit is contained in:
@ -494,7 +494,6 @@ fn client_read_until_eof() {
|
||||
let req = client::ClientRequest::get(format!("http://{}/", addr).as_str())
|
||||
.finish()
|
||||
.unwrap();
|
||||
println!("TEST: {:?}", req);
|
||||
let response = sys.block_on(req.send()).unwrap();
|
||||
assert!(response.status().is_success());
|
||||
|
||||
|
Reference in New Issue
Block a user