comment out a couple debug loggers
This commit is contained in:
+1
-1
@@ -236,7 +236,7 @@ public abstract class AbstractMetaDataContainerFile
|
||||
{
|
||||
// Atomic move / replace the actual file
|
||||
Files.move(tempFile.toPath(), this.file.toPath(), StandardCopyOption.REPLACE_EXISTING); // TODO couldn't StandardCopyOption. also work here?
|
||||
LOGGER.info("replaced file: "+this.file.toPath());
|
||||
//LOGGER.info("replaced file: "+this.file.toPath());
|
||||
}
|
||||
}
|
||||
finally
|
||||
|
||||
@@ -223,7 +223,7 @@ public class LodQuadTree implements AutoCloseable
|
||||
|
||||
if (!gridList.getCenter().equals(expectedCenterPos))
|
||||
{
|
||||
LOGGER.info("TreeTick: Moving ring list "+sectionDetailLevel+" from "+gridList.getCenter()+" to "+expectedCenterPos);
|
||||
// LOGGER.info("TreeTick: Moving ring list "+sectionDetailLevel+" from "+gridList.getCenter()+" to "+expectedCenterPos);
|
||||
gridList.moveTo(expectedCenterPos.x, expectedCenterPos.y, LodRenderSection::dispose);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user