From: Thomas J. <fa...@ap...> - 2002-11-05 22:32:31
|
Update of /var/lib/cvs/bWF2/src/taglibs/bWF2Theme In directory apollo:/tmp/cvs-serv30731 Modified Files: Select.java Log Message: remove silly debugging output Index: Select.java =================================================================== RCS file: /var/lib/cvs/bWF2/src/taglibs/bWF2Theme/Select.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Select.java 5 Nov 2002 01:02:10 -0000 1.1 +++ Select.java 5 Nov 2002 22:32:23 -0000 1.2 @@ -16,7 +16,6 @@ } public int doStartTag() throws JspException { - log.debug("Set Theme " + name); return SKIP_BODY; } } |