mirror of
https://github.com/BentoBoxWorld/Warps.git
synced 2025-02-20 14:21:44 +01:00
Removed debug
This commit is contained in:
parent
dcc53e7c7b
commit
50cd6aa5af
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user