From a44c6d51f72a8606a2fde4c0b39dd0ced3cd1285 Mon Sep 17 00:00:00 2001 From: snowleo Date: Fri, 20 Jan 2012 05:52:35 +0100 Subject: Removing load info, bucket displays that now. --- EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChat.java | 1 - 1 file changed, 1 deletion(-) (limited to 'EssentialsChat/src/com') diff --git a/EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChat.java b/EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChat.java index a81525f83..21a71f046 100644 --- a/EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChat.java +++ b/EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChat.java @@ -45,7 +45,6 @@ public class EssentialsChat extends JavaPlugin pluginManager.registerEvents(playerListenerNormal, this); pluginManager.registerEvents(playerListenerHighest, this); - LOGGER.info(_("loadinfo", this.getDescription().getName(), this.getDescription().getVersion(), "essentials team")); } @Override -- cgit v1.2.3