mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-27 13:23:44 +00:00
World: remove another noisy debug message
This commit is contained in:
parent
09a2402f01
commit
4f4069d403
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user