Removed debug prints.
This commit is contained in:
parent
81daa83f44
commit
ec2caaad97
@ -312,10 +312,6 @@ public class GatesManager
|
||||
|
||||
protected void addGateByLocations(final Gate g)
|
||||
{
|
||||
if (g.getGateBlockLocations().isEmpty()) {
|
||||
System.out.println("gate has no block locations!");
|
||||
}
|
||||
|
||||
for (Location l : g.getGateBlockLocations()) {
|
||||
SimpleLocation sl = new SimpleLocation(l);
|
||||
gatesByLocation.put(sl, g);
|
||||
|
@ -73,7 +73,5 @@ public class CommandInfo extends BaseCommand
|
||||
gate.getExit().getWorld().getName());
|
||||
else
|
||||
sendMessage(ChatColor.DARK_AQUA + "NOTE: this gate has no exit");
|
||||
|
||||
System.out.println("frame: " + gate.getGateFrameBlocks());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user