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

  Modified:    src/web/survey SurveyController.jsp
  Log:
  Removed System.out.println() from the JBoss Survey.
  
  Revision  Changes    Path
  1.3       +3 -7      website-survey/src/web/survey/SurveyController.jsp
  
  Index: SurveyController.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/website-survey/src/web/survey/SurveyController.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SurveyController.jsp      2001/10/12 04:23:17     1.2
  +++ SurveyController.jsp      2001/12/07 22:48:10     1.3
  @@ -4,8 +4,8 @@
   Controls the retrieval and display of the Survey.
   
   Copyright ( c ) 2001 eBuilt, Inc.  All rights reserved.
  -Version: $Revision: 1.2 $
  -Last Checked In: $Date: 2001/10/12 04:23:17 $
  +Version: $Revision: 1.3 $
  +Last Checked In: $Date: 2001/12/07 22:48:10 $
   Last Checked In By: $Author: schaefera $
   --%>
   
  @@ -88,10 +88,6 @@
         }
      } else
      if( lPage.equals( "JBossPage" ) ) {
  -      System.out.println( "First Time: " +
  -      Helper.getBooleanParameter( request, "jbossFirstTime", false
  -      )
  -      );
   %>
   <jsp:setProperty name="Survey" property="*"/>
   <%
  
  
  

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

Reply via email to