Removed debug logging
This commit is contained in:
parent
82023316c6
commit
f0fdcdba05
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
package org.betterx.bclib.api.v2.generator;
|
package org.betterx.bclib.api.v2.generator;
|
||||||
|
|
||||||
import org.betterx.bclib.BCLib;
|
|
||||||
import org.betterx.bclib.api.v2.levelgen.biomes.BCLBiome;
|
import org.betterx.bclib.api.v2.levelgen.biomes.BCLBiome;
|
||||||
import org.betterx.bclib.api.v2.levelgen.biomes.BiomeAPI;
|
import org.betterx.bclib.api.v2.levelgen.biomes.BiomeAPI;
|
||||||
import org.betterx.bclib.util.WeighTree;
|
import org.betterx.bclib.util.WeighTree;
|
||||||
|
@ -54,7 +53,6 @@ public class BiomePicker {
|
||||||
|
|
||||||
public void addBiome(BCLBiome biome) {
|
public void addBiome(BCLBiome biome) {
|
||||||
ActualBiome a = create(biome);
|
ActualBiome a = create(biome);
|
||||||
BCLib.LOGGER.info("Adding Biome " + a + " from " + biome);
|
|
||||||
biomes.add(a);
|
biomes.add(a);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue