Remove annoying log
This commit is contained in:
parent
ecf496222e
commit
6cc04b48fd
1 changed files with 0 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue