removed debug message

This commit is contained in:
cola98765
2021-12-14 19:41:01 +01:00
parent 38b7e66ef8
commit a1163dc340
@@ -310,8 +310,6 @@ public class LodBuilder
break;
}
}
if (depth > 400)
ClientApi.LOGGER.info("datapoint bug: x:" + xAbs + " y:" + depth + " z:" + zAbs);
return depth;
}