1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 19:49:50 +02:00

Remove dangling console.log

This commit is contained in:
Kamran Ahmed
2023-01-04 00:18:06 +04:00
parent f33ae82298
commit d512bbf95d

View File

@@ -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