Removed debug

This commit is contained in:
Tastybento 2017-10-29 17:47:12 -07:00
parent dcc53e7c7b
commit 50cd6aa5af
1 changed files with 2 additions and 1 deletions

View File

@ -239,9 +239,10 @@ public class WarpSigns extends AddonHelper implements Listener {
// TODO Auto-generated catch block
e.printStackTrace();
}
/*
for (Entry<UUID, Location> en : warpList.entrySet()) {
plugin.getLogger().info("DEBUG: " + en.getKey() + " " + en.getValue());
}
}*/
Iterator<Entry<UUID, Location>> it = warpList.entrySet().iterator();
while (it.hasNext()) {
Entry<UUID, Location> en = it.next();