comment out a debug statement

This commit is contained in:
James Seibel
2021-03-25 16:04:02 -05:00
parent cf5de39250
commit a649cf179f
@@ -213,7 +213,7 @@ public class LodDimension
// don't continue if the region can't be saved
if (!regionIsInRange(pos.x, pos.z))
{
System.out.println(pos.x + " " + pos.z + " out of range");
//System.out.println(pos.x + " " + pos.z + " out of range");
return;
}