Removed DEBUG message.

This commit is contained in:
Kristian S. Stangeland 2012-10-29 02:39:05 +01:00
parent 03da0e1974
commit 5e036185b8

View File

@ -76,9 +76,7 @@ public class ProtocolLibrary extends JavaPlugin {
public void onEnable() {
Server server = getServer();
PluginManager manager = server.getPluginManager();
System.out.println("Created using ClassLoader " + getClassLoader().hashCode());
// Initialize background compiler
if (backgroundCompiler == null) {
backgroundCompiler = new BackgroundCompiler(getClassLoader());