From d512bbf95d0442a3f86cb9a9d7ee78e6d4e57b68 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Wed, 4 Jan 2023 00:18:06 +0400 Subject: [PATCH] Remove dangling console.log --- src/components/Captcha/captcha.js | 2 -- 1 file changed, 2 deletions(-) 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