removing unecessaery console.log
This commit is contained in:
parent
db9c00f795
commit
b7ed5ec0b5
|
|
@ -57,7 +57,6 @@ async function observeBullets(focusBulletPoints) {
|
||||||
|
|
||||||
focusBulletPoints.forEach((focusBullet) => {
|
focusBulletPoints.forEach((focusBullet) => {
|
||||||
const bulletExplanationSibling = focusBullet.nextElementSibling;
|
const bulletExplanationSibling = focusBullet.nextElementSibling;
|
||||||
console.log(bulletExplanationSibling);
|
|
||||||
bulletsObserver.observe(bulletExplanationSibling);
|
bulletsObserver.observe(bulletExplanationSibling);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user