Remove forgotten test debug
This commit is contained in:
parent
e202b9c79a
commit
a7e10cebbd
@ -66,10 +66,7 @@ mod tests {
|
|||||||
authcodes.path.as_path());
|
authcodes.path.as_path());
|
||||||
|
|
||||||
let _ = connect.map(|conn| {
|
let _ = connect.map(|conn| {
|
||||||
if let Err(e) = conn {
|
assert!(conn.is_ok())
|
||||||
println!("debug: {:?}", e);
|
|
||||||
};
|
|
||||||
// assert!(conn.is_ok())
|
|
||||||
}).wait();
|
}).wait();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user