Commented out some debug messages & fix for #161

This commit is contained in:
Simon
2018-06-04 16:44:32 -04:00
parent a9cc9662f4
commit 45d34c37ad
5 changed files with 11 additions and 14 deletions

View File

@@ -2,7 +2,6 @@ package net.simon987.biomassplugin;
import net.simon987.server.game.world.TileMap;
import net.simon987.server.game.world.World;
import net.simon987.server.logging.LogManager;
import org.bson.types.ObjectId;
import java.awt.*;
@@ -73,8 +72,8 @@ public class WorldUtils {
}
}
LogManager.LOGGER.info("Generated " + biomassBlobs.size() + " biomassBlobs for World (" + world.getX() + ',' +
world.getY() + ')');
// LogManager.LOGGER.info("Generated " + biomassBlobs.size() + " biomassBlobs for World (" + world.getX() + ',' +
// world.getY() + ')');
return biomassBlobs;
}