diff --git a/src/main.rs b/src/main.rs index 7c3879f..57f8f88 100644 --- a/src/main.rs +++ b/src/main.rs @@ -101,8 +101,6 @@ fn handle_generate_world_task( *progress = (0.0, String::from("Generating world...")); } } else { - debug!("Still generating world"); - #[cfg(feature = "render")] { if let Ok(new_progress) = progress_channel.receiver().try_recv() {