squelch ChunkStoreTest log output

This commit is contained in:
nossr50 2021-12-11 20:57:25 -08:00
parent b88d752f61
commit 11245e87ef

View File

@ -190,7 +190,7 @@ class ChunkStoreTest {
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 + " ");
}
}