Anvil: Removed excessive debugging output
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1264 0a769ca7-a7f5-676a-18bf-c427514a06d6master
parent
e694893edf
commit
e70251a7fc
|
@ -151,9 +151,6 @@ bool cWSSAnvil::SetChunkData(const cChunkCoords & a_Chunk, const AString & a_Dat
|
|||
{
|
||||
return false;
|
||||
}
|
||||
LOGD("Saving chunk [%d, %d] into region file %s",
|
||||
a_Chunk.m_ChunkX, a_Chunk.m_ChunkZ, File->GetFileName().c_str()
|
||||
);
|
||||
return File->SetChunkData(a_Chunk, a_Data);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue