mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 11:15:21 +01:00
Drop generateSky log spam
This commit is contained in:
parent
69a6bb2a2a
commit
9a75210abf
@ -1117,7 +1117,7 @@ public abstract class GenericMapChunkCache extends MapChunkCache {
|
|||||||
}
|
}
|
||||||
// If no light, do simple generate
|
// If no light, do simple generate
|
||||||
if (!hasLight) {
|
if (!hasLight) {
|
||||||
Log.info(String.format("generateSky(%d,%d)", x, z));
|
//Log.info(String.format("generateSky(%d,%d)", x, z));
|
||||||
bld.generateSky();
|
bld.generateSky();
|
||||||
}
|
}
|
||||||
return bld.build();
|
return bld.build();
|
||||||
|
Loading…
Reference in New Issue
Block a user