diff --git a/src/world/World.php b/src/world/World.php index f591436fc5..b0798a18af 100644 --- a/src/world/World.php +++ b/src/world/World.php @@ -2040,7 +2040,6 @@ class World implements ChunkManager{ World::getXZ($nextChunkHash, $nextChunkX, $nextChunkZ); if(isset($this->chunkPopulationRequestMap[$nextChunkHash])){ assert(!isset($this->activeChunkPopulationTasks[$nextChunkHash]), "Population for chunk $nextChunkX $nextChunkZ already running"); - $this->logger->debug("Fulfilling population request for chunk $nextChunkX $nextChunkZ"); $this->orderChunkPopulation($nextChunkX, $nextChunkZ, null); if(!isset($this->activeChunkPopulationTasks[$nextChunkHash])){ $failed[] = $nextChunkHash;