mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
squelch ChunkStoreTest log output
This commit is contained in:
parent
b88d752f61
commit
11245e87ef
@ -190,7 +190,7 @@ class ChunkStoreTest {
|
|||||||
for (int x = -96; x < 0; x++) {
|
for (int x = -96; x < 0; x++) {
|
||||||
int cx = x >> 4;
|
int cx = x >> 4;
|
||||||
int ix = Math.abs(x) % 16;
|
int ix = Math.abs(x) % 16;
|
||||||
System.out.print(cx + ":" + ix + " ");
|
//System.out.print(cx + ":" + ix + " ");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user