mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 04:06:54 +00:00
World: remove another noisy debug message
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user