mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-27 21:26:17 +01:00
Removed DEBUG message.
This commit is contained in:
parent
03da0e1974
commit
5e036185b8
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user