Update of /var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/util
In directory james.mmbase.org:/tmp/cvs-serv14181

Modified Files:
        Attribute.java 
Log Message:
removed a log


See also: 
http://cvs.mmbase.org/viewcvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/util


Index: Attribute.java
===================================================================
RCS file: 
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/util/Attribute.java,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- Attribute.java      17 Jul 2008 10:58:08 -0000      1.37
+++ Attribute.java      17 Jul 2008 13:18:18 -0000      1.38
@@ -24,7 +24,7 @@
  * decide not to call the set-function of the attribute (in case of 
tag-instance-reuse).
  *
  * @author Michiel Meeuwissen
- * @version $Id: Attribute.java,v 1.37 2008/07/17 10:58:08 michiel Exp $
+ * @version $Id: Attribute.java,v 1.38 2008/07/17 13:18:18 michiel Exp $
  * @since   MMBase-1.7
  */
 
@@ -54,7 +54,6 @@
     public static final Attribute getAttribute(final String at, boolean 
interpretEmptyAsAbsent) throws JspTagException {
         if (at == null) return NULL;
         if (interpretEmptyAsAbsent && at.length() == 0) {
-            log.info("Interpreting " + at + " as NULL");
             return NULL;
         }
         return cache.getAttribute(at);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to