From b7ed5ec0b5afe93f238a559f2073281fd7186efd Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 29 May 2024 12:04:11 +0200 Subject: [PATCH] removing unecessaery console.log --- resources/js/schema-bullet-points.js | 1 - 1 file changed, 1 deletion(-) 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); }); }