Removed a println.

This commit is contained in:
FrozenCow 2011-05-08 21:15:44 +02:00
parent be60623719
commit 106f95d8b6

View File

@ -40,8 +40,6 @@ class JsonTimerTask extends TimerTask {
this.server = this.plugin.getServer(); this.server = this.plugin.getServer();
this.mapManager = this.plugin.getMapManager(); this.mapManager = this.plugin.getMapManager();
this.configuration = config; this.configuration = config;
//this.regions = configuration.getNode("web").getNode("components").getNode("regions");
System.out.println();
for(ConfigurationNode type : configuration.getNodeList("web.components", null)) for(ConfigurationNode type : configuration.getNodeList("web.components", null))
if(type.getString("type").equalsIgnoreCase("regions")) { if(type.getString("type").equalsIgnoreCase("regions")) {
this.regions = type; this.regions = type;