9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 02:29:14 +00:00

Removed leftover debug message.

This commit is contained in:
Vatuu
2022-07-26 21:41:06 +02:00
parent 8480a63dda
commit 2ed5aa8730

View File

@@ -62,7 +62,6 @@ public class BiomeGridHunkView implements Hunk<Biome> {
if(y > highest)
{
highest = y;
Iris.info("Highest = " + highest);
}
}