From 4f4069d40361bee139c1bc597f6185af25945dfb Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 19 Apr 2021 00:55:42 +0100 Subject: [PATCH] World: remove another noisy debug message --- src/world/World.php | 2 -- 1 file changed, 2 deletions(-) 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"); } }