Removed debug in console

Somewhere between North Carolina and California. 33,000ft up.
This commit is contained in:
tastybento 2018-07-31 22:50:10 -04:00
parent 4980122a53
commit 703703071e
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ public class WarpSignsListener implements Listener {
Map<UUID, Location> list = addon.getWarpSignsManager().getWarpList(b.getWorld());
if (list.containsValue(s.getLocation())) {
// Welcome sign detected - check to see if it is
System.out.println("DEBIG:");
// this player's sign
if ((list.containsKey(user.getUniqueId()) && list.get(user.getUniqueId()).equals(s.getLocation()))
|| user.isOp() || user.hasPermission(addon.getPermPrefix(e.getBlock().getWorld()) + "mod.removesign")) {