diff --git a/src/de/craftinc/gates/commands/CommandCreate.java b/src/de/craftinc/gates/commands/CommandCreate.java index 666aeaa..afc5da1 100644 --- a/src/de/craftinc/gates/commands/CommandCreate.java +++ b/src/de/craftinc/gates/commands/CommandCreate.java @@ -48,8 +48,6 @@ public class CommandCreate extends BaseLocationCommand Location playerLocation = getValidPlayerLocation(); - Plugin.log("player location:" + playerLocation); - if (playerLocation != null) { try