remove unnecessary log

This commit is contained in:
Morgan Funtowicz 2024-07-17 22:09:50 +00:00
parent e983ee5bb8
commit ce715c76f8

View File

@ -82,7 +82,6 @@ impl Stream for Generation {
});
Poll::Pending
} else {
info!("Ready: {}", ready);
let waker = ctx.waker().clone();
tokio::spawn(async {
sleep(Duration::from_millis(100)).await;