Skip to content

Commit 354bc63

Browse files
authored
Update src/main/java/net/earthcomputer/clientcommands/command/MapCommand.java
1 parent 4675b23 commit 354bc63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/net/earthcomputer/clientcommands/command/MapCommand.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ private static MapInfo[][] fromWorld(ClientPlayerEntity player, Entity target) {
163163
// this should never be possible
164164
if (flattened.put(new Vec2i(x, y), next) != null) throw new IllegalStateException("Duplicate item frame at " + nextPos);
165165
}
166-
System.out.println(flattened);
167166
// find min and max
168167
Iterator<Vec2i> vec2iIterator = flattened.keySet().iterator();
169168
Vec2i first = vec2iIterator.next();

0 commit comments

Comments
 (0)