diff --git a/src/components/Captcha/captcha.js b/src/components/Captcha/captcha.js index 01189491e..dded3e9f1 100644 --- a/src/components/Captcha/captcha.js +++ b/src/components/Captcha/captcha.js @@ -45,8 +45,6 @@ class Captcha { const recaptchaFields = document.querySelectorAll('.recaptcha-field'); - console.log(recaptchaFields); - // render recaptcha on fields recaptchaFields.forEach((field) => { // If captcha already rendered for this field