1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-03-30 08:16:25 +02:00

squelch ChunkStoreTest log output

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

@ -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 + " ");
}
}