diff --git a/README.md b/README.md index 5929213..0a5be43 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # -A Polymer Invisible Recaptcha web-component to detect 🤖 (Polymer 1.x) +A Polymer Invisible Recaptcha web-component for 🤖 detection (Polymer 1.x) `` is an web-component implementation of the Invisible Recaptcha by Google. diff --git a/invisible-recaptcha.html b/invisible-recaptcha.html index 3193638..44b45ed 100644 --- a/invisible-recaptcha.html +++ b/invisible-recaptcha.html @@ -1,7 +1,7 @@ @@ -101,7 +98,6 @@ * Verify if the user is a robot! */ verify: function() { - console.log(12); grecaptcha.execute(); }, /** @@ -116,7 +112,6 @@ * @return Token */ getResponse: function() { - console.log(grecaptcha.getResponse()); return grecaptcha.getResponse(); }, _handleResponse: function(token) {