summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/cWorld.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/cWorld.cpp b/source/cWorld.cpp
index 1161afbff..ca435fe64 100644
--- a/source/cWorld.cpp
+++ b/source/cWorld.cpp
@@ -386,7 +386,6 @@ void cWorld::InitializeSpawn()
{
GetChunk( x + ChunkX-(ViewDist - 1) / 2, 0, z + ChunkZ-(ViewDist - 1) / 2 ); // Queue the chunk in the generator / loader
}
- LOG("Queued %0.2f %% of spawn area", ((float)x / (float)ViewDist) * 100 );
}
// TODO: Wait for the generator to finish generating these chunks