Removed leftover debug message.

This commit is contained in:
Vatuu
2022-07-26 21:41:06 +02:00
parent 8480a63dda
commit 2ed5aa8730
@@ -62,7 +62,6 @@ public class BiomeGridHunkView implements Hunk<Biome> {
if(y > highest) if(y > highest)
{ {
highest = y; highest = y;
Iris.info("Highest = " + highest);
} }
} }