Removed unused code

This commit is contained in:
Tim Visée 2015-11-01 17:44:34 +01:00
parent 1fd64bc065
commit 4ae5b0be1e

View File

@ -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