diff --git a/src/de/craftinc/gates/commands/CommandInfo.java b/src/de/craftinc/gates/commands/CommandInfo.java index 9eff232..d8893ee 100644 --- a/src/de/craftinc/gates/commands/CommandInfo.java +++ b/src/de/craftinc/gates/commands/CommandInfo.java @@ -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()); } - }