User: schaefera
  Date: 01/12/07 14:48:10

  Modified:    src/web/survey-helper Statistics.Controller.jsp
  Log:
  Removed System.out.println() from the JBoss Survey.
  
  Revision  Changes    Path
  1.3       +3 -7      website-survey/src/web/survey-helper/Statistics.Controller.jsp
  
  Index: Statistics.Controller.jsp
  ===================================================================
  RCS file: 
/cvsroot/jboss/website-survey/src/web/survey-helper/Statistics.Controller.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Statistics.Controller.jsp 2001/10/15 19:35:53     1.2
  +++ Statistics.Controller.jsp 2001/12/07 22:48:10     1.3
  @@ -4,8 +4,8 @@
   Controls the retrieval and display of the Statistics Evaluation
   
   Copyright ( c ) 2001 eBuilt, Inc.  All rights reserved.
  -Version: $Revision: 1.2 $
  -Last Checked In: $Date: 2001/10/15 19:35:53 $
  +Version: $Revision: 1.3 $
  +Last Checked In: $Date: 2001/12/07 22:48:10 $
   Last Checked In By: $Author: schaefera $
   --%>
   
  @@ -156,10 +156,6 @@
         if( lSurvey.getJbossUsage().equals( "Packaged" ) ) {
            jbu5++;
         }
  -      System.out.println( "Statistics.Controller.jsp, survey id: " + 
lSurvey.getId() +
  -         ", first time: " + lSurvey.getJbossFirstTime() +
  -         ", own mbeans: " + lSurvey.getOwnMBeans()
  -      );
         if( lSurvey.getJbossFirstTime() ) {
            ftu++;
         } else {
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to