Remove annoying log

This commit is contained in:
Tobias Berger 2022-11-15 20:03:36 +01:00
parent ecf496222e
commit 6cc04b48fd
Signed by: toby
GPG key ID: 2D05EFAB764D6A88

View file

@ -101,8 +101,6 @@ fn handle_generate_world_task(
*progress = (0.0, String::from("Generating world...")); *progress = (0.0, String::from("Generating world..."));
} }
} else { } else {
debug!("Still generating world");
#[cfg(feature = "render")] #[cfg(feature = "render")]
{ {
if let Ok(new_progress) = progress_channel.receiver().try_recv() { if let Ok(new_progress) = progress_channel.receiver().try_recv() {