Removed debug print.

This commit is contained in:
Tobias Ottenweller 2013-05-17 21:24:57 +02:00
parent 7f8b8eee0f
commit f2bfe27eba

View File

@ -48,8 +48,6 @@ public class CommandCreate extends BaseLocationCommand
Location playerLocation = getValidPlayerLocation(); Location playerLocation = getValidPlayerLocation();
Plugin.log("player location:" + playerLocation);
if (playerLocation != null) if (playerLocation != null)
{ {
try try