[Fix] Biome Debug Logging

This commit is contained in:
Frank 2023-04-29 15:16:49 +02:00
parent 8613014c11
commit 8e4eaf30be

View file

@ -226,7 +226,7 @@ public class BCLBiomeRegistry {
BCLib.LOGGER.info("Did not manage biome " + biome);
}
System.out.println("Loaded " + biome);
//System.out.println("Loaded " + biome);
}
}