Project

General

Profile

« Previous | Next » 

Revision 60299

Up to date with the latest in trunk.

View differences:

RegisterServlet.java
67 67
        String gRecaptchaResponse = request.getParameter("g-recaptcha-response");
68 68

  
69 69
        boolean isRecaptchaVerified = VerifyRecaptcha.verify(gRecaptchaResponse, secret);
70
        //System.out.println("RESPONSE " + gRecaptchaResponse);
70
        ////System.out.println("RESPONSE " + gRecaptchaResponse);
71 71

  
72 72
        if (organization == null){
73 73
            logger.info("organization is null");

Also available in: Unified diff