remove system printout
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@370 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
7a2a0ad3e4
commit
d5b4e38f38
|
@ -129,7 +129,6 @@ public class DefaultPolicyLoader
|
|||
try
|
||||
{
|
||||
URL url = new URL( evaluator.evaluate(codeBase) );
|
||||
System.out.println("\n\nCodebase: " + url.toExternalForm() + "\n\n");
|
||||
Certificate[] cert = null;
|
||||
return new CodeSource( url, cert); //TODO support certificates
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue