Skip to content

Commit cba671e

Browse files
Remove debug lines
1 parent 08f2073 commit cba671e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/climateControl/customGenLayer/GenLayerSubBiome.java

-4
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,8 @@ public int[] getInts(int par1, int par2, int par3, int par4) {
121121
// now the GenLayerHills stuff is done so run BoP subbiome replacements if it's on
122122
if (this.BoPSubBiomeReplacer != null) {
123123
this.initChunkSeed(j1 + par1, i1 + par2);
124-
// int old = aint2[j1 + i1 * par3];
125124
aint2[j1 + i1 * par3] = BoPSubBiomeReplacer
126125
.replacement(aint2[j1 + i1 * par3], randomCallback, j1 + par1, i1 + par2);
127-
// if (aint2[j1 + i1 * par3] != old) {
128-
// logger.info("BoP subbiome :"+old + " to "+aint2[j1 + i1 * par3]);
129-
// }
130126
}
131127
}
132128
}

0 commit comments

Comments
 (0)