Remove println, we're golden guys :)
This commit is contained in:
parent
a231e18b13
commit
7b5dd5c339
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ public class LoadingHook implements IFMLLoadingPlugin
|
|||
{
|
||||
public LoadingHook()
|
||||
{
|
||||
System.out.println("Loading DepLoader");
|
||||
DepLoader.load();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue