Remove error message since a) it is provides very little / no useful information...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 6 Aug 2011 19:24:49 +0000 (19:24 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 6 Aug 2011 19:24:49 +0000 (19:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1154571 13f79535-47bb-0310-9956-ffa450edef68

java/javax/servlet/jsp/tagext/TagLibraryInfo.java

index ac9720d..7e78658 100644 (file)
@@ -198,7 +198,6 @@ public abstract class TagLibraryInfo {
     public FunctionInfo getFunction(String name) {
 
         if (functions == null || functions.length == 0) {
-            System.err.println("No functions");
             return null;
         }