mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 03:05:28 +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 (!hasLight) {
|
||||
Log.info(String.format("generateSky(%d,%d)", x, z));
|
||||
//Log.info(String.format("generateSky(%d,%d)", x, z));
|
||||
bld.generateSky();
|
||||
}
|
||||
return bld.build();
|
||||
|
Loading…
Reference in New Issue
Block a user