remove some debug prints to stdout
authormh <mh>
Fri, 13 Dec 2002 02:57:40 +0000 (02:57 +0000)
committermh <mh>
Fri, 13 Dec 2002 02:57:40 +0000 (02:57 +0000)
source/mircoders/servlet/ServletModuleOpenIndy.java

index 89d8237..4502221 100755 (executable)
@@ -73,7 +73,7 @@ import mircoders.media.MediaRequest;
  *    open-postings to the newswire
  *
  * @author $Author: mh $
- * @version $Revision: 1.38.2.4 $ $Date: 2002/12/10 10:19:03 $
+ * @version $Revision: 1.38.2.5 $ $Date: 2002/12/13 02:57:40 $
  *
  */
 
@@ -131,7 +131,6 @@ public class ServletModuleOpenIndy extends ServletModule
                        // onetimepasswd
                        if(passwdProtection.equals("yes")){
                                String passwd = this.createOneTimePasswd();
-                               System.out.println(passwd);
                                HttpSession session = req.getSession(false);
                                session.setAttribute("passwd",passwd);
                                mergeData.put("passwd", passwd);
@@ -220,7 +219,6 @@ public class ServletModuleOpenIndy extends ServletModule
                // onetimepasswd
                if(passwdProtection.equals("yes")){
                        String passwd = this.createOneTimePasswd();
-                       System.out.println(passwd);
                        HttpSession session = req.getSession(false);
                        session.setAttribute("passwd",passwd);
                        mergeData.put("passwd", passwd);