Remove debug string

This commit is contained in:
paulevsGitch 2021-12-11 19:45:24 +03:00
parent 6cb75406cb
commit dc355679f4

View file

@ -70,8 +70,6 @@ public class MapStack implements BiomeMap {
}
private void onChunkCreation(int cx, int cz, int side) {
System.out.println("Creation " + cx + " " + cz);
BCLBiome[][] biomeMap = new BCLBiome[side][side];
BiomeChunk[] chunks = new BiomeChunk[maps.length];