Remove handle debug because it overloads travis

pull/902/head
Tom Parker-Shemilt 4 years ago
parent 00972e2472
commit 87ad03cb15

@ -92,9 +92,7 @@ impl MaxHandles {
return Handle { parent: self };
}
}
debug!("Sleeping for handle");
task::sleep(time::Duration::from_millis(500)).await;
debug!("Awoke from sleeping");
}
}
}

Loading…
Cancel
Save