From 26fec733280ac1ed9c9fba7f2e5806c2f22828fc Mon Sep 17 00:00:00 2001 From: snowleo Date: Sat, 23 Jul 2011 00:53:55 +0200 Subject: [PATCH] Now the cleanup --- Essentials/src/com/earth2me/essentials/commands/Commandhelp.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandhelp.java b/Essentials/src/com/earth2me/essentials/commands/Commandhelp.java index 98f58151f..07945b75b 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandhelp.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandhelp.java @@ -173,7 +173,6 @@ public class Commandhelp extends EssentialsCommand { if (!reported) { - // logger.log(Level.WARNING, Util.format("commandHelpFailedForPlugin", pluginName), ex); } reported = true;