Remove the debugging message, as it is now in the loaded message.
This commit is contained in:
parent
e888467b66
commit
15ca0810ba
@ -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.";
|
||||
|
Loading…
Reference in New Issue
Block a user