From a97774624a17ffd332b04a59d383e64e694d232e Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 17 Feb 2012 13:34:16 +0000 Subject: Removed useless log messages git-svn-id: http://mc-server.googlecode.com/svn/trunk@284 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cWorld.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'source/cWorld.cpp') 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 -- cgit v1.2.3