1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-08 21:50:45 +02:00

Don't need built in command logger anymore.

This commit is contained in:
KHobbits
2012-08-31 18:44:14 +01:00
parent 6c58f6c482
commit fb4fd2bfd9

View File

@@ -330,7 +330,6 @@ public class Essentials extends JavaPlugin implements IEssentials
if (sender instanceof Player) if (sender instanceof Player)
{ {
user = getUser(sender); user = getUser(sender);
LOGGER.log(Level.INFO, String.format("[PLAYER_COMMAND] %s: /%s %s ", ((Player)sender).getName(), commandLabel, EssentialsCommand.getFinalArg(args, 0)));
} }
// New mail notification // New mail notification