Remove the debugging message, as it is now in the loaded message.

This commit is contained in:
graywolf336 2013-12-28 12:04:44 -06:00
parent e888467b66
commit 15ca0810ba

View File

@ -285,7 +285,6 @@ public class JailIO {
if(flat.isConfigurationSection(node + "cells")) {
Set<String> cells = flat.getConfigurationSection(node + "cells").getKeys(false);
if(!cells.isEmpty()) {
pl.getLogger().info("Cell configuration section for " + name + " exists and there are " + cells.size() + " cells.");
for(String cell : cells) {
Cell c = new Cell(cell);
String cellNode = cNode + "cell.";