Skip to content

Commit 9c947da

Browse files
committed
Remove leftover debug code
1 parent 4ce2046 commit 9c947da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/src/main/java/de/bluecolored/bluemap/core/map/hires/HiresModelRenderer.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ public void render(World world, Vector3i modelMin, Vector3i modelMax, TileModel
8989
maxY = Math.min(max.getY(), chunk.getMaxY(x, z));
9090

9191
for (y = maxY; y >= minY; y--) {
92-
if (x == -1743 && y == 64 && z == 1393)
93-
System.out.println();
94-
9592
block.set(x, y, z);
9693
if (!block.isInsideRenderBounds()) continue;
9794

0 commit comments

Comments
 (0)