removing unecessaery console.log

This commit is contained in:
Antoine M 2024-05-29 12:04:11 +02:00
parent db9c00f795
commit b7ed5ec0b5

View File

@ -57,7 +57,6 @@ async function observeBullets(focusBulletPoints) {
focusBulletPoints.forEach((focusBullet) => {
const bulletExplanationSibling = focusBullet.nextElementSibling;
console.log(bulletExplanationSibling);
bulletsObserver.observe(bulletExplanationSibling);
});
}