From c007a8db4ff823e3236c9b7e943c0db3052ecd06 Mon Sep 17 00:00:00 2001 From: Zaccharie Jacquat Date: Fri, 10 Mar 2017 14:35:11 +0545 Subject: [PATCH] Documentation update --- README.md | 2 +- invisible-recaptcha.html | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) 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) {