diff --git a/src/world/World.php b/src/world/World.php index 4ded21ddc..a0e6ad6d9 100644 --- a/src/world/World.php +++ b/src/world/World.php @@ -2077,8 +2077,6 @@ class World implements ChunkManager{ if(!isset($this->activeChunkPopulationTasks[$nextChunkHash])){ $failed[] = $nextChunkHash; } - }else{ - $this->logger->debug("Population request for chunk $nextChunkX $nextChunkZ was discarded before it could be fulfilled"); } }