chore: remove comments

This commit is contained in:
Jonathan Kelley 2022-12-30 02:43:00 -05:00
parent ba20bc08b8
commit 9db69cc613

View file

@ -438,17 +438,6 @@ impl VirtualDom {
}
some_msg = self.rx.next().await
// let res = (&mut *self.scheduler.tasks.borrow_mut()).next().await;
// if res.is_none() {
// // If we have no tasks, then we should wait for a message
// if let Some(msg) = self.rx.next().await {
// some_msg = Some(msg);
// } else {
// return;
// }
// }
}
}
}