removed a remaining debug print

This commit is contained in:
Perttu Ahola 2011-07-24 12:12:55 +03:00
parent 29d905f98a
commit d099165271
1 changed files with 3 additions and 2 deletions

View File

@ -2012,6 +2012,7 @@ ServerMap::~ServerMap()
void ServerMap::initBlockMake(mapgen::BlockMakeData *data, v3s16 blockpos)
{
if(enable_mapgen_debug_info)
dstream<<"initBlockMake(): ("<<blockpos.X<<","<<blockpos.Y<<","
<<blockpos.Z<<")"<<std::endl;