Skip to content

Commit

Permalink
squelch ChunkStoreTest log output
Browse files Browse the repository at this point in the history
  • Loading branch information
nossr50 committed Dec 12, 2021
1 parent b88d752 commit 11245e8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -190,7 +190,7 @@ void testChunkCoords() throws IOException {
for (int x = -96; x < 0; x++) {
int cx = x >> 4;
int ix = Math.abs(x) % 16;
System.out.print(cx + ":" + ix + " ");
//System.out.print(cx + ":" + ix + " ");
}
}

Expand Down

0 comments on commit 11245e8

Please sign in to comment.