World: remove another noisy debug message

This commit is contained in:
Dylan K. Taylor
2021-04-19 00:55:42 +01:00
parent 09a2402f01
commit 4f4069d403

View File

@@ -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");
}
}