[jboss-cvs] jboss-seam/src/pdf/org/jboss/seam/pdf/ui ...

Norman Richards norman.richards at jboss.com
Tue Dec 11 23:24:22 EST 2007


  User: nrichards
  Date: 07/12/11 23:24:22

  Modified:    src/pdf/org/jboss/seam/pdf/ui  UIHtmlText.java
  Log:
  no debug statements
  
  Revision  Changes    Path
  1.2       +0 -2      jboss-seam/src/pdf/org/jboss/seam/pdf/ui/UIHtmlText.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UIHtmlText.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/pdf/org/jboss/seam/pdf/ui/UIHtmlText.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- UIHtmlText.java	12 Dec 2007 03:31:29 -0000	1.1
  +++ UIHtmlText.java	12 Dec 2007 04:24:21 -0000	1.2
  @@ -46,7 +46,6 @@
                   
           
           String output = stringWriter.getBuffer().toString();        
  -        System.out.println("** BODY: " + output);
           addFromHtml(output);            
       }    
       
  @@ -56,7 +55,6 @@
       {
           Object value = getValue();        
           if (value!=null) {
  -            System.out.println("** VAL: " + value);
               addFromHtml(convert(context,value));
           }
         
  
  
  



More information about the jboss-cvs-commits mailing list