removed debug

This commit is contained in:
Greg Wilkins 2015-12-03 17:27:43 +11:00
parent 384caf02c1
commit 5afa348aaa
1 changed files with 0 additions and 2 deletions

View File

@ -660,8 +660,6 @@ public class ServletHolder extends Holder<Servlet> implements UserIdentity.Scope
/* Set the webapp's classpath for Jasper */
ch.setAttribute("org.apache.catalina.jsp_classpath", ch.getClassPath());
System.err.println("JSP ("+ch+","+getName()+") CP="+ch.getClassPath());
/* Set up other classpath attribute */
if ("?".equals(getInitParameter("classpath")))
{