From 4ae5b0be1e86fadcdeba8493f6e3cf16accc9775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Vis=C3=A9e?= Date: Sun, 1 Nov 2015 17:44:34 +0100 Subject: [PATCH] Removed unused code --- .../fr/xephi/authme/command/executable/LastLoginCommand.java | 4 ---- 1 file changed, 4 deletions(-) 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