1
0

Removed useless log messages

git-svn-id: http://mc-server.googlecode.com/svn/trunk@284 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2012-02-17 13:34:16 +00:00
parent 62c4ed1c2e
commit a97774624a

View File

@ -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