1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-17 12:01:20 +02:00

minor cleanup

This commit is contained in:
ementalo
2011-07-22 23:33:33 +01:00
parent 172d6ee8a7
commit e1425f5e25

View File

@@ -43,7 +43,6 @@ public class Commandhelp extends EssentialsCommand
match = ""; match = "";
} }
} }
} }
catch (Exception ex) catch (Exception ex)
{ {
@@ -173,7 +172,6 @@ public class Commandhelp extends EssentialsCommand
{ {
if (!reported) if (!reported)
{ {
//
logger.log(Level.WARNING, Util.format("commandHelpFailedForPlugin", pluginName), ex); logger.log(Level.WARNING, Util.format("commandHelpFailedForPlugin", pluginName), ex);
} }
reported = true; reported = true;