Remove println, we're golden guys :)

This commit is contained in:
Aidan C. Brady 2014-01-05 00:52:23 -05:00
parent a231e18b13
commit 7b5dd5c339

View file

@ -9,7 +9,6 @@ public class LoadingHook implements IFMLLoadingPlugin
{
public LoadingHook()
{
System.out.println("Loading DepLoader");
DepLoader.load();
}