diff --git a/src/main/java/fr/xephi/authme/command/executable/LastLoginCommand.java b/src/main/java/fr/xephi/authme/command/executable/LastLoginCommand.java index def951483..749ec34cf 100644 --- a/src/main/java/fr/xephi/authme/command/executable/LastLoginCommand.java +++ b/src/main/java/fr/xephi/authme/command/executable/LastLoginCommand.java @@ -5,7 +5,6 @@ import fr.xephi.authme.cache.auth.PlayerAuth; import fr.xephi.authme.command.CommandParts; import fr.xephi.authme.command.ExecutableCommand; import fr.xephi.authme.settings.Messages; -import fr.xephi.authme.util.Profiler; import org.bukkit.command.CommandSender; import java.util.Date; @@ -23,9 +22,6 @@ public class LastLoginCommand extends ExecutableCommand { */ @Override public boolean executeCommand(CommandSender sender, CommandParts commandReference, CommandParts commandArguments) { - // Profile the reload process - Profiler p = new Profiler(true); - // AuthMe plugin instance AuthMe plugin = AuthMe.getInstance(); // Messages instance