disable debug message

This commit is contained in:
cola98765
2021-12-14 19:24:01 +01:00
parent 44e2936b68
commit e0d2d2530f
@@ -378,7 +378,7 @@ public class DataPointUtil
{
if (!botExtend)
{
ClientApi.LOGGER.info("datapoint bug: " + Arrays.toString(heightAndDepth));
//ClientApi.LOGGER.info("datapoint bug: " + Arrays.toString(heightAndDepth));
//only top is within some exiting block, extending it
topPos++; //to make it easier
heightAndDepth[topPos * 2] = height;