Removed a debug print.

This commit is contained in:
Tobias Ottenweller 2013-06-23 17:08:44 +02:00
parent 53e2be6be7
commit e88e03ed42

View File

@ -73,9 +73,5 @@ public class CommandInfo extends BaseCommand
gate.getExit().getWorld().getName());
else
sendMessage(ChatColor.DARK_AQUA + "NOTE: this gate has no exit");
Plugin.log("frame blocks: " + gate.getGateFrameBlocks());
}
}