summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnowleo <schneeleo@gmail.com>2011-07-23 00:53:55 +0200
committersnowleo <schneeleo@gmail.com>2011-07-23 00:53:55 +0200
commit40a2bccf2dbeb84b19e601bd47cfb3fa88951e37 (patch)
treed6e2b6916d4c7993ab1724673488d014e9a86d0d
parentee13d33b66c4d27f756819c59f775f3f9a7652ed (diff)
downloadEssentials-40a2bccf2dbeb84b19e601bd47cfb3fa88951e37.tar
Essentials-40a2bccf2dbeb84b19e601bd47cfb3fa88951e37.tar.gz
Essentials-40a2bccf2dbeb84b19e601bd47cfb3fa88951e37.tar.lz
Essentials-40a2bccf2dbeb84b19e601bd47cfb3fa88951e37.tar.xz
Essentials-40a2bccf2dbeb84b19e601bd47cfb3fa88951e37.zip
Now the cleanup
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandhelp.java1
1 files changed, 0 insertions, 1 deletions
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;