Remove forgotten test debug

This commit is contained in:
Kristoffer Ström 2016-10-18 16:10:06 +02:00 committed by arkpar
parent e202b9c79a
commit a7e10cebbd

View File

@ -66,10 +66,7 @@ mod tests {
authcodes.path.as_path());
let _ = connect.map(|conn| {
if let Err(e) = conn {
println!("debug: {:?}", e);
};
// assert!(conn.is_ok())
assert!(conn.is_ok())
}).wait();
}