removed frivolous println/old comment

This commit is contained in:
shockrah 2020-08-12 20:02:18 -07:00
parent 85acc6a309
commit c0200b1711

View File

@ -171,8 +171,6 @@ mod invites_test {
super::join(&p, &mut resp, params).await;
let _ = p.disconnect().await;
// Analysis - todo
assert_eq!(StatusCode::OK, resp.status());
println!("Body contents (should be nothing) => {:?}", resp.body());
}
}