Remove debug spam

This commit is contained in:
Adubbz 2019-05-24 19:42:26 +10:00
parent 63389cb46d
commit 93dfc32901

View file

@ -49,15 +49,12 @@ public enum GenLayerLargeIsland implements IAreaTransformer2, IDimOffset1Transfo
{
Biome islandBiome = climate.getRandomIslandBiome(context, null);
BiomesOPlenty.logger.info("Helloooooo");
if (islandBiome == null)
{
return centerVal;
}
else
{
BiomesOPlenty.logger.info("Setting " + x + " " + z + " to " + islandBiome.getRegistryName());
return IRegistry.BIOME.getId(islandBiome);
}
}