Removed even more debug prints.

This commit is contained in:
Tobias Ottenweller 2013-02-10 14:10:40 +01:00
parent ed58f762fe
commit ead21c0b79

View File

@ -57,8 +57,6 @@ public abstract class BaseLocationListener
Block blockTo = e.getFrom().getBlock(); Block blockTo = e.getFrom().getBlock();
Block blockToUp = blockTo.getRelative(BlockFace.UP); Block blockToUp = blockTo.getRelative(BlockFace.UP);
System.out.println(blockTo.getLocation().getWorld().getName());
for (Gate g : Gate.getAll()) { for (Gate g : Gate.getAll()) {
// Check if the location matches // Check if the location matches