diff --git a/resources/js/schema-bullet-points.js b/resources/js/schema-bullet-points.js index ee5b2c4..5c0b98d 100644 --- a/resources/js/schema-bullet-points.js +++ b/resources/js/schema-bullet-points.js @@ -57,7 +57,6 @@ async function observeBullets(focusBulletPoints) { focusBulletPoints.forEach((focusBullet) => { const bulletExplanationSibling = focusBullet.nextElementSibling; - console.log(bulletExplanationSibling); bulletsObserver.observe(bulletExplanationSibling); }); }