From e46fe381b4610d6a784922fe0bfc1bdca963d7c3 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. --- .../src/com/earth2me/essentials/spawn/EssentialsSpawn.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'EssentialsSpawn') diff --git a/EssentialsSpawn/src/com/earth2me/essentials/spawn/EssentialsSpawn.java b/EssentialsSpawn/src/com/earth2me/essentials/spawn/EssentialsSpawn.java index 565764aa6..f0c5ee466 100644 --- a/EssentialsSpawn/src/com/earth2me/essentials/spawn/EssentialsSpawn.java +++ b/EssentialsSpawn/src/com/earth2me/essentials/spawn/EssentialsSpawn.java @@ -2,15 +2,12 @@ package com.earth2me.essentials.spawn; import static com.earth2me.essentials.I18n._; import com.earth2me.essentials.IEssentials; -import com.earth2me.essentials.IEssentialsModule; import java.util.logging.Level; import java.util.logging.Logger; import org.bukkit.Bukkit; import org.bukkit.command.Command; import org.bukkit.command.CommandSender; import org.bukkit.event.Event; -import org.bukkit.event.Event.Priority; -import org.bukkit.event.Event.Type; import org.bukkit.event.EventException; import org.bukkit.event.Listener; import org.bukkit.event.player.PlayerJoinEvent; @@ -60,8 +57,6 @@ public class EssentialsSpawn extends JavaPlugin ((EssentialsSpawnPlayerListener)ll).onPlayerJoin((PlayerJoinEvent)event); } }, this); - - LOGGER.info(_("loadinfo", this.getDescription().getName(), this.getDescription().getVersion(), "essentials team")); } public void onDisable() -- cgit v1.2.3