<yawkat> is that debug code i spot md_5?

This commit is contained in:
md_5 2014-07-10 10:42:55 +10:00
parent 2444dd15ab
commit d63d5a2791

View File

@ -35,7 +35,6 @@ public class BungeeSecurityManager extends SecurityManager
// Everyone but system can't do anything // Everyone but system can't do anything
if ( loader != null ) if ( loader != null )
{ {
System.out.println( loader );
AccessControlException ex = new AccessControlException( "Plugin violation: " + text ); AccessControlException ex = new AccessControlException( "Plugin violation: " + text );
if ( ENFORCE ) if ( ENFORCE )
{ {